Updated for ZF changeges
[zf2.biz/galerie.git] / configs / application.config.php
index e280ee8..873c275 100644 (file)
@@ -1,6 +1,5 @@
 <?php
-return new Zend\Config\Config(array(
-    'bootstrap_class' => 'Application\Bootstrap',
+return array(
     'module_paths' => array(
         realpath(__DIR__ . '/../modules'),
     ),
@@ -14,4 +13,4 @@ return new Zend\Config\Config(array(
         'enable_auto_installation' => false,
         'manifest_dir'             => realpath(__DIR__ . '/../data'),
     ),
-));
+);