File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/Illuminate/Support/Facades Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 2929 * @method static \Illuminate\Console\Scheduling\PendingEventAttributes runInBackground()
3030 * @method static \Illuminate\Console\Scheduling\PendingEventAttributes when(\Closure|bool $callback)
3131 * @method static \Illuminate\Console\Scheduling\PendingEventAttributes skip(\Closure|bool $callback)
32+ * @method static \Illuminate\Console\Scheduling\PendingEventAttributes name(string $description)
33+ * @method static \Illuminate\Console\Scheduling\PendingEventAttributes description(string $description)
3234 * @method static \Illuminate\Console\Scheduling\PendingEventAttributes cron(string $expression)
3335 * @method static \Illuminate\Console\Scheduling\PendingEventAttributes between(string $startTime, string $endTime)
3436 * @method static \Illuminate\Console\Scheduling\PendingEventAttributes unlessBetween(string $startTime, string $endTime)
You can’t perform that action at this time.
0 commit comments