Rajout d'une bibliothèque Custom
[zf2.biz/application_blanche.git] / vendor / zf2biz / Custom / autoload_classmap.php
diff --git a/vendor/zf2biz/Custom/autoload_classmap.php b/vendor/zf2biz/Custom/autoload_classmap.php
new file mode 100644 (file)
index 0000000..e7ebc58
--- /dev/null
@@ -0,0 +1,5 @@
+<?php
+
+return array(
+    'Custom\Model\entity' => __DIR__ . '/Model/Entity.php',
+);