preserve schedule start date
This commit is contained in:
parent
bcbc2e6ba3
commit
d9d9869a49
4 changed files with 1 additions and 4 deletions
|
|
@ -52,7 +52,6 @@ class EloquentScheduleRepository implements ScheduleRepository
|
|||
);
|
||||
}
|
||||
|
||||
$model->start_date = $dto->startDate->format('Y-m-d');
|
||||
$model->target_date = $dto->targetDate->format('Y-m-d');
|
||||
$model->save();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue