static void reguard() Enable the mass assignment restrictions
string getKeyName() Get the primary key for the model.
string joiningTable(string $related) Get the joining table name for a many-to-many
BelongsTo belongsTo(string $related
mixed __get(string $key) Dynamically retrieve attributes on the model.
$this syncOriginalAttribute(string $attribute) Sync a single original attribute
$this setCreatedAt(mixed $value) Set the value of the "created at" attribute
$this guard(array $guarded) Set the guarded attributes for the model.
static void unguard(bool $state = true) Disable all mass assignable
string username() Get the login username to be used by the controller.
Page 15 of 22