Reschedules previously scheduled sending queues when post notification's

scheduling options change
This commit is contained in:
Vlad
2017-03-07 17:47:13 -05:00
parent 3a9db95c37
commit b590586d4c
3 changed files with 81 additions and 10 deletions

View File

@@ -157,6 +157,7 @@ class Scheduler {
}
$relation->value = $schedule;
$relation->save();
return $relation->value;
}
static function getNextRunDate($schedule) {