fix logic and tests, update docker CI file
This commit is contained in:
@@ -40,6 +40,11 @@ class PurchaseOrder extends BaseModel
|
||||
'deleted_at' => 'datetime',
|
||||
];
|
||||
|
||||
public function getFillable(): array
|
||||
{
|
||||
return $this->fillable;
|
||||
}
|
||||
|
||||
/* ============================================================
|
||||
* Status (enum-like)
|
||||
* ============================================================
|
||||
@@ -157,4 +162,4 @@ class PurchaseOrder extends BaseModel
|
||||
'notes' => ['nullable', 'string', 'max:5000'],
|
||||
];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user