Skip to content

Commit

Permalink
Fix service definition
Browse files Browse the repository at this point in the history
  • Loading branch information
qzminski committed Dec 9, 2024
1 parent 30638f9 commit 47b95e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

use Codefog\HasteBundle\Formatter;
use Codefog\HasteBundle\UrlParser;
use Contao\CoreBundle\Routing\ContentUrlGenerator;
use Terminal42\NotificationCenterBundle\Controller\FrontendModule\LostPasswordController;
use Terminal42\NotificationCenterBundle\Controller\FrontendModule\RegistrationController;
use Terminal42\NotificationCenterBundle\NotificationCenter;
Expand All @@ -16,6 +17,7 @@

$services->set(LostPasswordController::class)
->args([
service(ContentUrlGenerator::class),
service(NotificationCenter::class),
service(Formatter::class),
])
Expand Down

0 comments on commit 47b95e6

Please sign in to comment.