Esempio n. 1
0
 /**
  * Attempts to remove the given action from this privilege
  *
  * @param ActionInterface $action
  * @return boolean
  */
 public function removeAction(ActionInterface $action)
 {
     /**
      * @var EloquentAction $action
      */
     return $action->delete();
 }