mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
comment
This commit is contained in:
@@ -69,6 +69,9 @@ class CronExpression {
|
||||
]
|
||||
];
|
||||
|
||||
/**
|
||||
* @expression look-up table
|
||||
*/
|
||||
private const SPECIAL_EXPRESSIONS = [
|
||||
'@yearly' => '0 0 1 1 *',
|
||||
'@annually' => '0 0 1 1 *',
|
||||
|
||||
Reference in New Issue
Block a user