Layout
extends Model
in package
Table of Contents
- $fillable : mixed
- $hidden : mixed
- $table : mixed
- roles() : mixed
- sections() : mixed
- sublayouts() : mixed
Properties
$fillable
protected
mixed
$fillable
= ['name']
$hidden
protected
mixed
$hidden
= ['created_at', 'updated_at']
$table
protected
mixed
$table
= "ry_admin_layouts"
Methods
roles()
public
roles() : mixed
Return values
mixed —sections()
public
sections() : mixed
Return values
mixed —sublayouts()
public
sublayouts() : mixed