mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-03 20:56:21 +00:00
Fix phpstan issues.
This commit is contained in:
@@ -43,7 +43,7 @@ class CreatesFirstUser extends Command
|
||||
*/
|
||||
public function handle(): int
|
||||
{
|
||||
if ('testing' !== env('APP_ENV', 'local')) {
|
||||
if ('testing' !== config('app.env')) {
|
||||
$this->friendlyError('This command only works in the testing environment.');
|
||||
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user