Completed
Push — master ( 8e50ed...e79a1a )
by Miguel
06:27
created
src/ServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@  discard block
 block discarded – undo
13 13
      */
14 14
     public function boot()
15 15
     {
16
-        $this->app->booted(function () {
16
+        $this->app->booted(function() {
17 17
             $socialiteWasCalled = app(SocialiteWasCalled::class);
18 18
 
19 19
             event($socialiteWasCalled);
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
         }
33 33
 
34 34
         if (!$this->app->bound(ConfigRetrieverInterface::class)) {
35
-            $this->app->singleton(ConfigRetrieverInterface::class, function () {
35
+            $this->app->singleton(ConfigRetrieverInterface::class, function() {
36 36
                 return new ConfigRetriever();
37 37
             });
38 38
         }
Please login to merge, or discard this patch.