Completed
Branch master (a3a5b0)
by Jeroen
02:56
created
src/FlickrServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.