mixed __call(string $method, array $parameters) Dynamically handle calls
$this load(array|string $relations) Eager load relations on the model.
$this setDateFormat(string $format) Set the date format used by the model
bool touch() Update the model's update timestamp.
void fire() Execute the console command.
Grammar getQueryGrammar()
static Builder on(string|null $connection =
bool isDirty(array|string|null $attributes = null) Determine if the model
string getUpdatedAtColumn() Get the name of the "updated at" column.
static void created(Closure|string $callback, int $priority)
Page 58 of 100