File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ public function setBroker(Broker $broker)
4545 public function initFramework ()
4646 {
4747 // Cribbed right out of the Application class for ZF3
48- $ appConfig = require __DIR__ . '/../../../../config/application.config.php ' ;
49- if (file_exists (__DIR__ . '/../config/development.config.php ' )) {
50- $ appConfig = ArrayUtils::merge ($ appConfig , require __DIR__ . '/../config/development.config.php ' );
48+ $ appConfig = require __DIR__ . '/../../../../../../ config/application.config.php ' ;
49+ if (file_exists (__DIR__ . '/../../../../../../ config/development.config.php ' )) {
50+ $ appConfig = ArrayUtils::merge ($ appConfig , require __DIR__ . '/../../../../../../ config/development.config.php ' );
5151 }
5252 $ smConfig = isset ($ appConfig ['service_manager ' ]) ? $ appConfig ['service_manager ' ] : [];
5353 $ smConfig = new Service \ServiceManagerConfig ($ smConfig );
You can’t perform that action at this time.
0 commit comments