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 line19
mixed
create(User$user)
Determine whether the user can create systemMessages.
at line31
mixed
update(User$user,SystemMessage$systemMessage)
Determine whether the user can update the systemMessage.
at line43
mixed
destroy(User$user,SystemMessage$systemMessage)
Determine whether the user can delete the systemMessage.