Skip to content
Snippets Groups Projects
Commit c89fb672 authored by David Surville's avatar David Surville
Browse files

Correction bug : erreur nom de classe

parent 43c1a23f
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ class UserContextFactory ...@@ -12,7 +12,7 @@ class UserContextFactory
*/ */
public function __invoke(ServiceLocatorInterface $sl) public function __invoke(ServiceLocatorInterface $sl)
{ {
$service = new UserContextService(); $service = new UserContext();
return $service; return $service;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment