Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
auth
Commits
8f50d28a
Commit
8f50d28a
authored
May 21, 2014
by
Bertrand Gauthier
Browse files
Dépalcement config service authUserContext.
parent
f592fe49
Changes
2
Hide whitespace changes
Inline
Side-by-side
Module.php
View file @
8f50d28a
...
...
@@ -153,9 +153,6 @@ class Module implements ConfigProviderInterface, ViewHelperProviderInterface, Se
return
$form
;
},
),
'invokables'
=>
array
(
'authUserContext'
=>
'\UnicaenAuth\Service\UserContext'
),
);
}
}
\ No newline at end of file
config/module.config.php
View file @
8f50d28a
...
...
@@ -177,6 +177,7 @@ return array(
'UnicaenAuth\Authentication\Storage\Db'
=>
'UnicaenAuth\Authentication\Storage\Db'
,
'UnicaenAuth\Authentication\Storage\Ldap'
=>
'UnicaenAuth\Authentication\Storage\Ldap'
,
'UnicaenAuth\View\RedirectionStrategy'
=>
'UnicaenAuth\View\RedirectionStrategy'
,
'authUserContext'
=>
'UnicaenAuth\Service\UserContext'
),
'abstract_factories'
=>
array
(
'UnicaenAuth\Authentication\Adapter\AbstractFactory'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment