mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-14 14:19:33 +00:00
Fixed phpstan issues
This commit is contained in:
parent
390736cf5a
commit
58d4207b49
6 changed files with 9 additions and 15 deletions
|
|
@ -46,7 +46,7 @@ class UsersPermissionsCommand extends Command
|
|||
{
|
||||
$this->userRepository = $entityManager->getRepository(User::class);
|
||||
|
||||
parent::__construct(self::$defaultName);
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
protected function configure(): void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue