This commit is contained in:
2018-11-13 19:56:44 -06:00
parent 7f99fc6e7d
commit 972c775338

View File

@@ -23,6 +23,7 @@ class Fleet extends Model
protected $fillable = [
'character_id',
'fleet',
'description',
'creation_time',
'time_left',
];