From 6e00cde4af38649045d0913d6f5311c57d85d018 Mon Sep 17 00:00:00 2001
From: Bertrand Gauthier <bertrand.gauthier@unicaen.fr>
Date: Thu, 3 Oct 2013 09:03:27 +0000
Subject: [PATCH] =?UTF-8?q?D=C3=A9placement=20inkable=20vers=20module.conf?=
 =?UTF-8?q?ig.php?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 config/module.config.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/module.config.php b/config/module.config.php
index ffa61bf..6bfd37c 100644
--- a/config/module.config.php
+++ b/config/module.config.php
@@ -159,7 +159,7 @@ return array(
             'Zend\Authentication\AuthenticationService' => 'zfcuser_auth_service',
         ),
         'invokables' => array(
-            
+            'unicaen-auth_user_service' => 'UnicaenAuth\Service\User',
         ),
         'abstract_factories' => array(
             'UnicaenAuth\Authentication\Adapter\AbstractFactory',
-- 
GitLab