@@ -28,7 +28,7 @@ |
||
28 | 28 | */ |
29 | 29 | public function getDefaultDriver() |
30 | 30 | { |
31 | - return $this->app['config']['doorman.driver']; |
|
31 | + return $this->app[ 'config' ][ 'doorman.driver' ]; |
|
32 | 32 | } |
33 | 33 | |
34 | 34 | /** |
@@ -22,7 +22,7 @@ |
||
22 | 22 | 'valid_until' => 'datetime' |
23 | 23 | ]; |
24 | 24 | |
25 | - public function __construct(array $attributes = []) |
|
25 | + public function __construct(array $attributes = [ ]) |
|
26 | 26 | { |
27 | 27 | $this->table = config('doorman.invite_table_name'); |
28 | 28 | parent::__construct($attributes); |