Authenticatable|null retrieveByCredentials(array $credentials) Retrieve a user by the given credentials. Parameters array $credentials Return Value Authenticatable|null
string updatedAt() Get the name of the "updated at" column. Return Value string
int attempts() Get the number of times the job has been attempted. Return Value int
void notify(mixed $instance) Send the given notification. Parameters mixed $instance Return Value void
int update(array $attributes) Perform an update on all the related models. Parameters array $attributes Return Value int
string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string
bool isExpression(mixed $value) Determine if the given value is a raw expression. Parameters mixed $value Return Value bool
Fluent dropPrimary(string|array $index = null) Indicate that the given primary key should be dropped. Parameters string|array $index Return Value Fluent
Pivot class Pivot extends Model (View source) Constants CREATED_AT The name of the "created at" column. UPDATED_AT The name of the "updated at" column.
void afterResolving(string $abstract, Closure $callback = null) Register a new after resolving callback. Parameters string $abstract Closure $callback Return Value void
Page 989 of 996