Rajout d'une aide d'action MessageGetter
[zf2.biz/galerie.git] / vendor / zf2biz / Custom / autoload_classmap.php
index 2dea9d0..7997ec8 100644 (file)
@@ -3,4 +3,5 @@
 return array(
     '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',
 );