@@ -19,7 +19,7 @@ |
||
19 | 19 | */ |
20 | 20 | public function register() |
21 | 21 | { |
22 | - $this->app->singleton('flickr', function ($app) { |
|
22 | + $this->app->singleton('flickr', function($app) { |
|
23 | 23 | |
24 | 24 | $api = new Api(env('FLICKR_KEY'), 'php_serial'); |
25 | 25 |