@@ -30,9 +30,9 @@ |
||
| 30 | 30 | */ |
| 31 | 31 | public function register() |
| 32 | 32 | { |
| 33 | - $this->mergeConfigFrom(__DIR__.'/../config/config.php', 'googlebooks'); |
|
| 33 | + $this->mergeConfigFrom(__DIR__ . '/../config/config.php', 'googlebooks'); |
|
| 34 | 34 | |
| 35 | - $this->app->singleton(GoogleBooks::class, function () { |
|
| 35 | + $this->app->singleton(GoogleBooks::class, function() { |
|
| 36 | 36 | $config = config('googlebooks'); |
| 37 | 37 | $this->validateConfig($config); |
| 38 | 38 | return new GoogleBooks($config); |