Skip to content

Commit

Permalink
fixed missing service
Browse files Browse the repository at this point in the history
  • Loading branch information
Lung committed Feb 4, 2024
1 parent d200582 commit 9399dfe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Settings/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
use kissj\Participant\Guest\GuestRepository;
use kissj\Participant\Guest\GuestService;
use kissj\Participant\Ist\IstRepository;
use kissj\Participant\Ist\IstService;
use kissj\Participant\ParticipantController;
use kissj\Participant\ParticipantRepository;
use kissj\Participant\ParticipantService;
Expand Down Expand Up @@ -170,7 +169,6 @@ public function getContainerDefinition(string $envPath, string $envFilename): ar
GuestRepository::class => autowire(),
GuestService::class => autowire(),
IstRepository::class => autowire(),
IstService::class => autowire(),
LocalizationResolverMiddleware::class => autowire(),
LoggedOnlyMiddleware::class => autowire(),
MonologAdditionalContextMiddleware::class => autowire(),
Expand Down

0 comments on commit 9399dfe

Please sign in to comment.