@@ -31,10 +31,10 @@ |
||
31 | 31 | { |
32 | 32 | $app = $this->app; |
33 | 33 | $this->mergeConfigFrom( |
34 | - __DIR__.'/../../config/config.php', |
|
34 | + __DIR__ . '/../../config/config.php', |
|
35 | 35 | 'googlebooks' |
36 | 36 | ); |
37 | - $this->app->singleton('googlebooks', function ($app) { |
|
37 | + $this->app->singleton('googlebooks', function($app) { |
|
38 | 38 | $options = []; |
39 | 39 | $options['key'] = $app['config']->get('googlebooks.key'); |
40 | 40 |