@@ -8,7 +8,7 @@ |
||
| 8 | 8 | { |
| 9 | 9 | protected $dates = [ 'valid_until' ]; |
| 10 | 10 | |
| 11 | - public function __construct(array $attributes = []) |
|
| 11 | + public function __construct(array $attributes = [ ]) |
|
| 12 | 12 | { |
| 13 | 13 | $this->table = config('doorman.invite_table_name'); |
| 14 | 14 | parent::__construct($attributes); |