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