Exemplo n.º 1
0
 /**
  * Determine if the given ability should be denied for the current user.
  *
  * @param string $ability
  * @param array|mixed $arguments
  * @return bool 
  * @static 
  */
 public static function denies($ability, $arguments = array())
 {
     return \Illuminate\Auth\Access\Gate::denies($ability, $arguments);
 }