Commit c89fb672 authored by David Surville's avatar David Surville
Browse files

Correction bug : erreur nom de classe

parent 43c1a23f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ class UserContextFactory
     */
    public function __invoke(ServiceLocatorInterface $sl)
    {
        $service = new UserContextService();
        $service = new UserContext();

        return $service;
    }