File tree 1 file changed +3
-3
lines changed
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)
45
45
public function initFramework ()
46
46
{
47
47
// 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 ' );
51
51
}
52
52
$ smConfig = isset ($ appConfig ['service_manager ' ]) ? $ appConfig ['service_manager ' ] : [];
53
53
$ smConfig = new Service \ServiceManagerConfig ($ smConfig );
You can’t perform that action at this time.
0 commit comments