Prescription
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user