@@ -32,6 +32,6 @@ |
||
| 32 | 32 | protected function schedule(Schedule $schedule) |
| 33 | 33 | { |
| 34 | 34 | $schedule->command('inspire') |
| 35 | - ->hourly(); |
|
| 35 | + ->hourly(); |
|
| 36 | 36 | } |
| 37 | 37 | } |
@@ -38,7 +38,7 @@ |
||
| 38 | 38 | $locale = $request->header('Content-Language'); |
| 39 | 39 | |
| 40 | 40 | // if the header is missed |
| 41 | - if(!$locale){ |
|
| 41 | + if (!$locale) { |
|
| 42 | 42 | // take the default local language |
| 43 | 43 | $locale = $this->app->config->get('app.locale'); |
| 44 | 44 | } |
@@ -34,7 +34,7 @@ discard block |
||
| 34 | 34 | { |
| 35 | 35 | $containersNames = []; |
| 36 | 36 | |
| 37 | - foreach($this->getContainersPaths() as $containersPath){ |
|
| 37 | + foreach ($this->getContainersPaths() as $containersPath) { |
|
| 38 | 38 | $containersNames[] = basename($containersPath); |
| 39 | 39 | } |
| 40 | 40 | |
@@ -61,7 +61,7 @@ discard block |
||
| 61 | 61 | */ |
| 62 | 62 | public function buildMainServiceProvider($containersNamespace, $containerName) |
| 63 | 63 | { |
| 64 | - if($containerName != 'Port') { |
|
| 64 | + if ($containerName != 'Port') { |
|
| 65 | 65 | return $containersNamespace . "\\Containers\\" . $containerName . "\\Providers\\" . $containerName . "ServiceProvider"; |
| 66 | 66 | } |
| 67 | 67 | |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | */ |
| 19 | 19 | public function register() |
| 20 | 20 | { |
| 21 | - $this->app->bind('PortButler', function () { |
|
| 21 | + $this->app->bind('PortButler', function() { |
|
| 22 | 22 | return $this->app->make(PortButler::class); |
| 23 | 23 | }); |
| 24 | 24 | } |