Passed
Push — master ( 6dae54...a3bb83 )
by Babak
02:18
created
src/BaseAuthLumenModel.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@  discard block
 block discarded – undo
12 12
 
13 13
 class BaseAuthLumenModel extends Model implements AuthenticatableContract, AuthorizableContract
14 14
 {
15
-    use Authenticatable, Authorizable,Searchable;
15
+    use Authenticatable, Authorizable, Searchable;
16 16
 
17 17
     /**
18 18
      * default relations of method
@@ -99,7 +99,7 @@  discard block
 block discarded – undo
99 99
      */
100 100
     public function getMethods()
101 101
     {
102
-        return (new LaravelReflectionHelper())->getClassMethodsNames($this,\ReflectionMethod::IS_PUBLIC);
102
+        return (new LaravelReflectionHelper())->getClassMethodsNames($this, \ReflectionMethod::IS_PUBLIC);
103 103
     }
104 104
 
105 105
     /**
Please login to merge, or discard this patch.