Field and error message cleanup
This commit is contained in:
@@ -6,8 +6,6 @@ class Aircraft extends BaseModel
|
||||
{
|
||||
public $table = 'aircraft';
|
||||
|
||||
protected $dates = ['deleted_at'];
|
||||
|
||||
public $fillable = [
|
||||
'subfleet_id',
|
||||
'airport_id',
|
||||
|
||||
Reference in New Issue
Block a user