@@ -20,7 +20,7 @@ |
||
| 20 | 20 | */ |
| 21 | 21 | public function getDefaultDriver() |
| 22 | 22 | { |
| 23 | - return $this->app['config']['doorman.driver']; |
|
| 23 | + return $this->app[ 'config' ][ 'doorman.driver' ]; |
|
| 24 | 24 | } |
| 25 | 25 | |
| 26 | 26 | public function createBasicDriver() |
@@ -52,7 +52,7 @@ |
||
| 52 | 52 | * |
| 53 | 53 | * @return $this |
| 54 | 54 | */ |
| 55 | - public function for(string $email) |
|
| 55 | + public function for (string $email) |
|
| 56 | 56 | { |
| 57 | 57 | $this->email = $email; |
| 58 | 58 | |
@@ -17,7 +17,7 @@ |
||
| 17 | 17 | |
| 18 | 18 | public function setForAttribute($for) |
| 19 | 19 | { |
| 20 | - $this->attributes['for'] = strtolower($for); |
|
| 20 | + $this->attributes[ 'for' ] = strtolower($for); |
|
| 21 | 21 | } |
| 22 | 22 | |
| 23 | 23 | /** |