프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$fillable | array | The attributes that are mass assignable. |
메소드 | 설명 | |
---|---|---|
givePermissionTo ( |
Grant the given permission to a role. | |
permissions ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany | A role may be given various permissions. |
public givePermissionTo ( |
||
$permission | ||
리턴 | mixed |
public permissions ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany | ||
리턴 | Illuminate\Database\Eloquent\Relations\BelongsToMany |