static Model create(array $attributes = array())
$this setHidden(array $hidden) Set the hidden attributes for the model
bool|null forceDelete() Force a hard delete on a soft deleted model.
$this setTable(string $table) Set the table associated with the model.
array relationsToArray() Get the model's relationships in array form.
static int destroy(array|int $ids) Destroy the models for the
$this fill(array $attributes) Fill the model with an array of attributes
array getGuarded() Get the guarded attributes for the model.
Builder getQuery()
Pivot newExistingPivot(array $attributes
Page 89 of 100