$roles


Role Methods

$role->removePermission(name|id|Permission)

Introduced in Version 2.0

Description

Remove the given permission. This is the same as $role->permissions->remove($permission) except this one will accept name, ID or Permission.

Post Comment