Skip to content

Commit 7f2bb8b

Browse files
authored
Update knihoven (#1383)
* update libs * phpstan fix
1 parent e78de4d commit 7f2bb8b

File tree

2 files changed

+82
-81
lines changed

2 files changed

+82
-81
lines changed

app/WebModule/Forms/ApplicationFormFactory.php

-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
use App\Model\Settings\Settings;
2929
use App\Model\Structure\Repositories\SubeventRepository;
3030
use App\Model\Structure\Subevent;
31-
use App\Model\User\Repositories\UserRepository;
3231
use App\Model\User\User;
3332
use App\Services\AclService;
3433
use App\Services\ApplicationService;
@@ -83,7 +82,6 @@ public function __construct(
8382
private readonly BaseFormFactory $baseFormFactory,
8483
private readonly QueryBus $queryBus,
8584
private readonly EntityManagerInterface $em,
86-
private readonly UserRepository $userRepository,
8785
private readonly RoleRepository $roleRepository,
8886
private readonly CustomInputRepository $customInputRepository,
8987
private readonly CustomInputValueRepository $customInputValueRepository,

0 commit comments

Comments
 (0)