Skip to content

Commit 365bef4

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent aa01afe commit 365bef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Facades/Schedule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
* @method static bool hasMacro(string $name)
2121
* @method static void flushMacros()
2222
* @method static mixed macroCall(string $method, array $parameters)
23+
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes withoutOverlapping(int $expiresAt = 1440)
2324
* @method static void mergeAttributes(\Illuminate\Console\Scheduling\Event $event)
2425
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes user(string $user)
2526
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes environments(array|mixed $environments)
@@ -79,7 +80,6 @@
7980
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes yearlyOn(int $month = 1, int|string $dayOfMonth = 1, string $time = '0:0')
8081
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes days(array|mixed $days)
8182
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes timezone(\DateTimeZone|string $timezone)
82-
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes withoutOverlapping(int $expiresAt = 1440)
8383
*
8484
* @see \Illuminate\Console\Scheduling\Schedule
8585
*/

0 commit comments

Comments
 (0)