File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Illuminate/Support/Facades Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 20
20
* @method static bool hasMacro(string $name)
21
21
* @method static void flushMacros()
22
22
* @method static mixed macroCall(string $method, array $parameters)
23
+ * @method static \Illuminate\Console\Scheduling\PendingEventAttributes withoutOverlapping(int $expiresAt = 1440)
23
24
* @method static void mergeAttributes(\Illuminate\Console\Scheduling\Event $event)
24
25
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes user(string $user)
25
26
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes environments(array|mixed $environments)
79
80
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes yearlyOn(int $month = 1, int|string $dayOfMonth = 1, string $time = '0:0')
80
81
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes days(array|mixed $days)
81
82
* @method static \Illuminate\Console\Scheduling\PendingEventAttributes timezone(\DateTimeZone|string $timezone)
82
- * @method static \Illuminate\Console\Scheduling\PendingEventAttributes withoutOverlapping(int $expiresAt = 1440)
83
83
*
84
84
* @see \Illuminate\Console\Scheduling\Schedule
85
85
*/
You can’t perform that action at this time.
0 commit comments