Prescription

This commit is contained in:
kevin
2023-07-04 09:35:33 +07:00
parent b05f052848
commit c942856933
8 changed files with 621 additions and 1 deletions

View File

@@ -186,7 +186,7 @@ class Plan extends Model
{
$this->attributes['start'] = empty($value) ? null : $value;
}
public function setEndAttribute($value)
{
$this->attributes['end'] = empty($value) ? null : $value;