@@ -71,7 +71,7 @@ |
||
| 71 | 71 | 'month' => static::parseTag(self::$tags[3], 1, 12), //月份 |
| 72 | 72 | 'week' => static::parseTag(self::$tags[4], 0, 6), // 星期 |
| 73 | 73 | ]; |
| 74 | - $crons['week'] = array_map(function ($item) { |
|
| 74 | + $crons['week'] = array_map(function($item) { |
|
| 75 | 75 | return static::$weekMap[$item]; |
| 76 | 76 | }, $crons['week']); |
| 77 | 77 | return self::getDateList($crons, $maxSize); |