@@ -8,8 +8,8 @@ |
||
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 |