X-Git-Url: http://git.inspyration.org/?p=zf2.biz%2Fgalerie.git;a=blobdiff_plain;f=vendor%2Fzf2biz%2FCustom%2Fautoload_classmap.php;h=7997ec82f21a9e625b9215962be9a15b816e63d4;hp=2dea9d0af4ce763e7da4253e33d2f2a1e7e28a49;hb=e36bdfb4ca53888eff39a4e89b328f056a0f6b4a;hpb=77c0f76add0c503e521d98c924a6ebc2a4858b47 diff --git a/vendor/zf2biz/Custom/autoload_classmap.php b/vendor/zf2biz/Custom/autoload_classmap.php index 2dea9d0..7997ec8 100644 --- a/vendor/zf2biz/Custom/autoload_classmap.php +++ b/vendor/zf2biz/Custom/autoload_classmap.php @@ -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', );