SystemMessagePolicy
class SystemMessagePolicy
Traits
HandlesAuthorization
Methods
mixed
update(User $user, SystemMessage $systemMessage)
Determine whether the user can update the systemMessage.
mixed
destroy(User $user, SystemMessage $systemMessage)
Determine whether the user can delete the systemMessage.
Details
at line 19
mixed
create(User $user)
Determine whether the user can create systemMessages.
at line 31
mixed
update(User $user, SystemMessage $systemMessage)
Determine whether the user can update the systemMessage.
at line 43
mixed
destroy(User $user, SystemMessage $systemMessage)
Determine whether the user can delete the systemMessage.