@@ -31,7 +31,7 @@ discard block |
||
| 31 | 31 | */ |
| 32 | 32 | protected $moduleInstances = []; |
| 33 | 33 | |
| 34 | - public function __construct($app, $modules=array()) |
|
| 34 | + public function __construct($app, $modules = array()) |
|
| 35 | 35 | { |
| 36 | 36 | $this->app = $app; |
| 37 | 37 | // build an class map of [[module => moduleClassPath], ..] |
@@ -92,7 +92,7 @@ discard block |
||
| 92 | 92 | } |
| 93 | 93 | |
| 94 | 94 | $allSettings['modules'] = array_merge_recursive($allSettings['modules'], $this->getModuleConfig()); |
| 95 | - $container['settings']->__construct( $allSettings ); |
|
| 95 | + $container['settings']->__construct($allSettings); |
|
| 96 | 96 | } |
| 97 | 97 | |
| 98 | 98 | /** |