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
c89fb672
Commit
c89fb672
authored
Mar 26, 2018
by
David Surville
Browse files
Correction bug : erreur nom de classe
parent
43c1a23f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/UnicaenAuth/Service/UserContextFactory.php
View file @
c89fb672
...
...
@@ -12,7 +12,7 @@ class UserContextFactory
*/
public
function
__invoke
(
ServiceLocatorInterface
$sl
)
{
$service
=
new
UserContext
Service
();
$service
=
new
UserContext
();
return
$service
;
}
...
...
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