Completed
Push — master ( d98470...f9014f )
by Antonio Carlos
17:20 queued 15:58
created
src/Support/Auth.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@  discard block
 block discarded – undo
21 21
         if (is_null($this->auth)) {
22 22
             $this->auth = app($this->config('auth'));
23 23
 
24
-            if(!empty($this->config('guard')))
24
+            if (!empty($this->config('guard')))
25 25
             {
26 26
                 $this->auth = app($this->config('auth'))->guard($this->config('guard'));
27 27
             }
@@ -40,5 +40,5 @@  discard block
 block discarded – undo
40 40
         return $this->getAuth()->user();
41 41
     }
42 42
 
43
-    abstract protected function config($string, $children = []);
43
+    abstract protected function config($string, $children = [ ]);
44 44
 }
Please login to merge, or discard this patch.