[zen-33] Update to add doctype configuration
[zf2.biz/galerie.git] / config / application.config.php
index 9edb86d..e8868a3 100644 (file)
@@ -11,4 +11,9 @@ return array(
             './vendor',
         ),
     ),
+    'service_manager' => array(
+        'use_defaults' => true,
+        'factories'    => array(
+        ),
+    ),
 );