Skip to content

Commit

Permalink
Update knihoven (#1383)
Browse files Browse the repository at this point in the history
* update libs

* phpstan fix
  • Loading branch information
jan-stanek authored Oct 11, 2024
1 parent e78de4d commit 7f2bb8b
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 81 deletions.
2 changes: 0 additions & 2 deletions app/WebModule/Forms/ApplicationFormFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
use App\Model\Settings\Settings;
use App\Model\Structure\Repositories\SubeventRepository;
use App\Model\Structure\Subevent;
use App\Model\User\Repositories\UserRepository;
use App\Model\User\User;
use App\Services\AclService;
use App\Services\ApplicationService;
Expand Down Expand Up @@ -83,7 +82,6 @@ public function __construct(
private readonly BaseFormFactory $baseFormFactory,
private readonly QueryBus $queryBus,
private readonly EntityManagerInterface $em,
private readonly UserRepository $userRepository,
private readonly RoleRepository $roleRepository,
private readonly CustomInputRepository $customInputRepository,
private readonly CustomInputValueRepository $customInputValueRepository,
Expand Down
Loading

0 comments on commit 7f2bb8b

Please sign in to comment.