$this thursdays() Schedule the event to run only on Thursdays.
$this yearly() Schedule the event to run yearly.
string getSummaryForDisplay() Get the summary of the event for display
$this then(Closure $callback)
$this emailOutputTo(array|mixed $addresses, bool $onlyIfOutputExists = false)
bool runsInMaintenanceMode() Determine if the event runs in maintenance
$this everyThirtyMinutes() Schedule the event to run every thirty minutes
$this sundays() Schedule the event to run only on Sundays.
$this saturdays() Schedule the event to run only on Saturdays.
Page 7 of 15