Completed
Push — master ( 5aa01a...b7f5d8 )
by Ron
01:29
created
src/Eloquent/Common/World.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 {
9 9
     protected $table = 'worlds';
10 10
 
11
-    protected $fillable = [ 'galaxy_id', 'map_id', 'name', 'display_name', 'use_whitelist', 'use_blacklist' ];
11
+    protected $fillable = ['galaxy_id', 'map_id', 'name', 'display_name', 'use_whitelist', 'use_blacklist'];
12 12
 
13
-    protected $dates = [ 'created_at', 'updated_at' ];
13
+    protected $dates = ['created_at', 'updated_at'];
14 14
 }
15 15
\ No newline at end of file
Please login to merge, or discard this patch.