Completed
Pull Request — master (#194)
by Alex
09:29 queued 02:52
created
testsorchestra/Models/OrchestraTestModel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,5 +16,5 @@
 block discarded – undo
16 16
 
17 17
     protected $table = 'test_models';
18 18
 
19
-    protected $fillable = [ 'name', 'added_at', 'weight', 'code'];
19
+    protected $fillable = ['name', 'added_at', 'weight', 'code'];
20 20
 }
Please login to merge, or discard this patch.