@@ -12,7 +12,7 @@ discard block |
||
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 |
||
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 | /** |