bool|null forceDelete() Force a hard delete on a soft deleted model.
$this setDateFormat(string $format) Set the date format used by the model
int update(array $attributes) Perform an update on all the related models
void attach(mixed $id, array $attributes = array(), bool $touch = true) Attach
string getPlainMorphType() Get the plain morph type name without the table
string getMorphType() Get the foreign key "type" name.
static Connection resolveConnection(string|null $connection
mixed __call(string $method, array $parameters) Handle dynamic method calls
string toJson(int $options) Convert the model instance to JSON.
static mixed unguarded(callable $callback) Run the given callable
Page 8 of 87