@@ -50,7 +50,7 @@ discard block |
||
| 50 | 50 | */ |
| 51 | 51 | protected function setupBindings() |
| 52 | 52 | { |
| 53 | - $this->app->bind(NStack::class, function ($app) { |
|
| 53 | + $this->app->bind(NStack::class, function($app) { |
|
| 54 | 54 | return $app['nstack']; |
| 55 | 55 | }); |
| 56 | 56 | } |
@@ -63,7 +63,7 @@ discard block |
||
| 63 | 63 | */ |
| 64 | 64 | public function registerManager() |
| 65 | 65 | { |
| 66 | - $this->app->singleton('nstack', function ($app) { |
|
| 66 | + $this->app->singleton('nstack', function($app) { |
|
| 67 | 67 | $configArray = config('nstack'); |
| 68 | 68 | |
| 69 | 69 | $config = Config::createFromArray($configArray); |