@@ -33,7 +33,7 @@ |
||
33 | 33 | * @param string $apiKey |
34 | 34 | * @param string $format |
35 | 35 | * @param string $endpoint |
36 | - * @return void |
|
36 | + * @return Api |
|
37 | 37 | */ |
38 | 38 | public function __construct($apiKey, $format = 'php_serial', $endpoint = 'https://api.flickr.com/services/rest/') |
39 | 39 | { |
@@ -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 | $api = new Api(env('FLICKR_KEY')); |
24 | 24 | |
25 | 25 | return new Flickr($api); |