void table(array $headers, Arrayable|array $rows,
$this at(string $time) Schedule the command at a given time.
$this emailOutputTo(array|mixed $addresses, bool $onlyIfOutputExists = false)
$this dailyAt(string $time) Schedule the event to run daily at a given
$this then(Closure $callback)
$this fridays() Schedule the event to run only on Fridays.
$this saturdays() Schedule the event to run only on Saturdays.
bool filtersPass(Application $app)
$this sundays() Schedule the event to run only on Sundays.
string getSummaryForDisplay() Get the summary of the event for display
Page 7 of 15