Remove unused bootstrap_class config value from Application module
authorEvan Coury <me@evancoury.com>
Sat, 19 Nov 2011 00:18:38 +0000 (17:18 -0700)
committerEvan Coury <me@evancoury.com>
Sat, 19 Nov 2011 00:18:38 +0000 (17:18 -0700)
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',