mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 15:39:50 +00:00
Use PSR-12 code style
This commit is contained in:
@@ -47,7 +47,7 @@ class CreateFirstUser extends Command
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $signature = 'firefly-iii:create-first-user {email}';
|
||||
protected $signature = 'firefly-iii:create-first-user {email}';
|
||||
private UserRepositoryInterface $repository;
|
||||
|
||||
/**
|
||||
@@ -97,6 +97,5 @@ class CreateFirstUser extends Command
|
||||
private function stupidLaravel(): void
|
||||
{
|
||||
$this->repository = app(UserRepositoryInterface::class);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user