Property | Type | Description | |
---|---|---|---|
$fillable |
Method | Description | |
---|---|---|
__construct ( array $attributes = [] ) | Create a new Eloquent model instance. | |
roles ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany | Permission belongs to many roles. |
public __construct ( array $attributes = [] ) | ||
$attributes | array |
public roles ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany | ||
return | Illuminate\Database\Eloquent\Relations\BelongsToMany |