@@ -46,7 +46,7 @@ |
||
46 | 46 | */ |
47 | 47 | private function publishConfiguration($module) |
48 | 48 | { |
49 | - foreach(Module::get($module)->get('providers') as $provider) { |
|
49 | + foreach (Module::get($module)->get('providers') as $provider) { |
|
50 | 50 | $this->call('vendor:publish', |
51 | 51 | [ |
52 | 52 | '--provider' => $provider, |