Completed
Push — master ( 7bedbb...6c3901 )
by Ashley
01:53
created
src/Models/Invite.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.