Property | Type | Description | |
---|---|---|---|
$fillable | array | The attributes that are mass assignable. |
Method | Description | |
---|---|---|
givePermissionTo ( |
Grant the given permission to a role. | |
permissions ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany | A role may be given various permissions. |
public givePermissionTo ( |
||
$permission | ||
return | mixed |
public permissions ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany | ||
return | Illuminate\Database\Eloquent\Relations\BelongsToMany |
protected array $fillable | ||
return | array |