Merge branch 'master' of ../application-blanche
[zf2.biz/galerie.git] / vendor / zf2biz / Custom / autoload_classmap.php
index e7ebc58..7997ec8 100644 (file)
@@ -1,5 +1,7 @@
 <?php
 
 return array(
-    'Custom\Model\entity' => __DIR__ . '/Model/Entity.php',
+    'Custom\Model\Entity' => __DIR__ . '/Model/Entity.php',
+    'Custom\Model\Manager' => __DIR__ . '/Model/Manager.php',
+    'Custom\Mvc\Controller\Plugin\MessageGetter' => __DIR__ . '/Mvc/Controller/Plugin/MessageGetter.php',
 );