Skip to content

Commit c0fd3cb

Browse files
committed
Add missing service arguments to controller
1 parent 91f36a5 commit c0fd3cb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/LightSaml/SpBundle/Resources/config/services.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ services:
66
LightSaml\SpBundle\Controller\DefaultController:
77
public: true
88
tags: [ 'controller.service_arguments' ]
9+
calls:
10+
- [ setContainer, [ "@service_container" ] ]
911
arguments:
12+
$metadataProfileBuilder: '@ligthsaml.profile.metadata'
13+
$profileLoginFactory: '@ligthsaml.profile.login_factory'
14+
$storeContainer: "@lightsaml.container.store"
15+
$partyContainer: "@lightsaml.container.party"
1016
$discoveryRoute: "%lightsaml_sp.route.discovery%"
1117

1218
lightsaml_sp.username_mapper.simple:

0 commit comments

Comments
 (0)