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