Completed
Push — master ( 487fc8...152601 )
by Eric
03:25
created
app/Task.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,5 +6,5 @@
 block discarded – undo
6 6
 
7 7
 class Task extends Model
8 8
 {
9
-    protected $fillable = ['name','user_id'];
9
+    protected $fillable = ['name', 'user_id'];
10 10
 }
Please login to merge, or discard this patch.