Event
class Event extends Model
Traits
HasFactory
Properties
protected list<string> | $fillable | The attributes that are mass assignable. |
|
bool | $usesUniqueIds | Indicates if the model uses unique ids. |
Methods
array
casts()
Get the attributes that should be cast.
static Factory
newFactory()
Create a new factory instance for the model.
string|null
getUpdatedAtColumn()
Get the name of the "updated at" column.
Details
at line 35
protected array
casts()
Get the attributes that should be cast.
at line 47
static protected Factory
newFactory()
Create a new factory instance for the model.
at line 57
string|null
getUpdatedAtColumn()
Get the name of the "updated at" column.