Directory extends Model
Table of Contents
- $fillable : array<string|int, string>
- The attributes that are mass assignable.
- $hidden : array<string|int, string>
- The attributes excluded from the model's JSON form.
- reviews() : hasMany
- Get the senior places that belong to this user.
Properties
$fillable
The attributes that are mass assignable.
protected
array<string|int, string>
$fillable
= ['name', 'type', 'status', 'stars']
$hidden
The attributes excluded from the model's JSON form.
protected
array<string|int, string>
$hidden
= []
Methods
reviews()
Get the senior places that belong to this user.
public
reviews() : hasMany