File tree 1 file changed +2
-0
lines changed
src/Illuminate/Support/Facades
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 29
29
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes runInBackground()
30
30
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes when(\Closure|bool $callback)
31
31
* @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)
32
34
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes cron(string $expression)
33
35
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes between(string $startTime, string $endTime)
34
36
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes unlessBetween(string $startTime, string $endTime)
You can’t perform that action at this time.
0 commit comments