$this wednesdays() Schedule the event to run only on Wednesdays. Return Value $this
$this user(string $user) Set which user the command should run as. Parameters string $user Return Value $this
$this unlessBetween(string $startTime, string $endTime) Schedule the event to not run between start and end time. Parameters string $startTime string $endTime Return Value $this
$this twiceDaily(int $first = 1, int $second = 13) Schedule the event to run twice daily. Parameters int $first int $second Return Value $this
$this tuesdays() Schedule the event to run only on Tuesdays. Return Value $this
$this timezone(DateTimeZone|string $timezone) Set the timezone the date should be evaluated on. Parameters DateTimeZone|string $timezone Return Value $this
$this thursdays() Schedule the event to run only on Thursdays. Return Value $this
$this thenPing(string $url) Register a callback to ping a given URL after the job runs. Parameters string $url Return Value $this
$this then(Closure $callback) Register a callback to be called after the operation. Parameters Closure $callback Return Value $this
static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void
Page 702 of 996