Completed
Push — master ( 490872...b49dbd )
by Ron
01:30
created
src/Eloquent/Common/Map.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,8 +8,8 @@
 block discarded – undo
8 8
 {
9 9
     protected $table = 'maps';
10 10
 
11
-    protected $fillable = [ 'map_category_id', 'name', 'display_name', 'map_x', 'map_y', 'location', 'filename' ];
11
+    protected $fillable = ['map_category_id', 'name', 'display_name', 'map_x', 'map_y', 'location', 'filename'];
12 12
 
13
-    protected $dates = [ 'created_at', 'updated_at'];
13
+    protected $dates = ['created_at', 'updated_at'];
14 14
     
15 15
 }
16 16
\ No newline at end of file
Please login to merge, or discard this patch.