@@ -26,7 +26,7 @@ discard block |
||
| 26 | 26 | */ |
| 27 | 27 | public function register() |
| 28 | 28 | { |
| 29 | - $this->app->singleton('Airbrake\Instance', function ($app) { |
|
| 29 | + $this->app->singleton('Airbrake\Instance', function($app) { |
|
| 30 | 30 | $airbrake = new Notifier([ |
| 31 | 31 | 'projectId' => config('airbrake.id'), |
| 32 | 32 | 'projectKey' => config('airbrake.key'), |
@@ -34,7 +34,7 @@ discard block |
||
| 34 | 34 | 'host' => config('airbrake.host'), |
| 35 | 35 | ]); |
| 36 | 36 | |
| 37 | - $airbrake->addFilter(function ($notice) { |
|
| 37 | + $airbrake->addFilter(function($notice) { |
|
| 38 | 38 | $this->setEnvName($notice); |
| 39 | 39 | |
| 40 | 40 | foreach ($this->getEnvKeys() as $envKey) { |