FailedJobProviderInterface interface FailedJobProviderInterface (
void setLaravel(Container $laravel)
void info(string $string) Write a string as information output.
void fire() Fire the job. Return Value
string getName() Get the name of the queued job class.
int attempts() Get the number of times the job has been attempted.
string secret(string $question, bool $fallback = true) Prompt the user
string|array option(string $key = null) Get the value of a command option
bool confirm(string $question, bool $default = false) Confirm a question
string ask(string $question, string $default = null) Prompt the user for
Page 23 of 65