Let MySQL do the time logic when looking for tasks
This commit is contained in:
parent
23872b844a
commit
8c6327fd32
5 changed files with 24 additions and 168 deletions
|
@ -52,7 +52,12 @@ class Utilities
|
|||
)->getNextRunDate());
|
||||
}
|
||||
|
||||
public static function checked($name, $default)
|
||||
/**
|
||||
* @param string $name
|
||||
* @param mixed $default
|
||||
* @return string
|
||||
*/
|
||||
public static function checked(string $name, $default)
|
||||
{
|
||||
$errors = session('errors');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue