string getUpdatedAtColumn() Get the name of the "updated at" column.
string relatedUpdatedAt() Get the name of the related model's "updated
bool isForceDeleting() Determine if the model is currently force deleting
void addHidden(array|string|null $attributes = null) Add hidden attributes
Collection getEager()
array getDictionary() Get the dictionary used by the relationship.
mixed __get(string $key) Dynamically retrieve attributes on the model.
mixed offsetGet(mixed $offset) Get the value for a given offset.
string toJson(int $options) Convert the model instance to JSON.
mixed average(callable|string|null $callback = null) Alias for the "avg"
Page 86 of 100