Remove unused bootstrap_class config value from Application module
[zf2.biz/galerie.git] / modules / Application / configs / module.config.php
index 481fb13..9f266c0 100644 (file)
@@ -1,8 +1,7 @@
 <?php
 return array(
-    'bootstrap_class' => 'Application\Bootstrap',
-    'layout'          => 'layouts/layout.phtml',
-    'di'              => array(
+    'layout' => 'layouts/layout.phtml',
+    'di'     => array(
         'instance' => array(
             'alias' => array(
                 'index' => 'Application\Controller\IndexController',