void __unset(string $key) Unset an attribute on the model.
static bool hasGlobalScope(
bool touches(string $relation) Determine if the model touches a given relation
static void deleting(Closure|string $callback, int $priority)
bool save(array $options = array()) Save the model to the database.
string getTable() Get the table associated with the model.
$this forceFill(array $attributes) Fill the model with an array of attributes
bool isGuarded(string $key) Determine if the given key is guarded.
HasOne hasOne(string $related, string
Page 98 of 100