Merge branch 'master' of ../application-blanche
[zf2.biz/galerie.git] / module / Auth / config / autoload_classmap.php
diff --git a/module/Auth/config/autoload_classmap.php b/module/Auth/config/autoload_classmap.php
new file mode 100644 (file)
index 0000000..8e0999f
--- /dev/null
@@ -0,0 +1,4 @@
+<?php
+return array(
+    'Auth\Controller\IndexController' => __DIR__ . '/../src/Auth/Controller/IndexController.php',
+);