Skip to content

Commit

Permalink
Merge pull request #1320 from SURFnet/feature/fix_service-wiring
Browse files Browse the repository at this point in the history
Fix configuration bug
  • Loading branch information
johanib authored Nov 26, 2024
2 parents 269b580 + 6b0eb1a commit c651c57
Show file tree
Hide file tree
Showing 3 changed files with 174 additions and 173 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"symfony/flex": "^2.4.7",
"symfony/form": "^6.4.13",
"symfony/framework-bundle": "^6.4.13",
"symfony/http-client": "6.4.*",
"symfony/mailer": "^6.4.13",
"symfony/monolog-bundle": "^3.10.0",
"symfony/polyfill-apcu": "^1.31",
Expand Down
344 changes: 172 additions & 172 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
Surfnet\ServiceProviderDashboard\Application\CommandHandler\Service\SendInviteCommandHandler:
autowire: true
tags:
- { name: tactician.handler, command: Surfnet\ServiceProviderDashboard\Application\Command\Service\CreateServiceCommand }
- { name: tactician.handler, command: Surfnet\ServiceProviderDashboard\Application\Command\Service\SendInviteCommand }
arguments:
$sendInviteRepository: '@Surfnet\ServiceProviderDashboard\Infrastructure\Invite\SendInviteRepository'

Expand Down

0 comments on commit c651c57

Please sign in to comment.