@@ -8,9 +8,9 @@ |
||
| 8 | 8 | { |
| 9 | 9 | protected $table = 'galaxies'; |
| 10 | 10 | |
| 11 | - protected $fillable = [ 'galaxy_type_id', 'galaxy_owner_id', 'name', 'display_name']; |
|
| 11 | + protected $fillable = ['galaxy_type_id', 'galaxy_owner_id', 'name', 'display_name']; |
|
| 12 | 12 | |
| 13 | - protected $dates = [ 'created_at', 'updated_at']; |
|
| 13 | + protected $dates = ['created_at', 'updated_at']; |
|
| 14 | 14 | |
| 15 | 15 | public function type() |
| 16 | 16 | { |
@@ -8,9 +8,9 @@ |
||
| 8 | 8 | { |
| 9 | 9 | protected $table = "galaxy_types"; |
| 10 | 10 | |
| 11 | - protected $fillable = [ 'name', 'display_name' ]; |
|
| 11 | + protected $fillable = ['name', 'display_name']; |
|
| 12 | 12 | |
| 13 | - protected $dates = [ 'created_at', 'updated_at']; |
|
| 13 | + protected $dates = ['created_at', 'updated_at']; |
|
| 14 | 14 | |
| 15 | 15 | public function galaxy() |
| 16 | 16 | { |