Skip to content

Commit ae1ce8d

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 285d4b7 commit ae1ce8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Support/Facades/Schedule.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
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)

0 commit comments

Comments
 (0)