Exemplo n.º 1
0
 /**
  * Determine if a given ability has been defined.
  *
  * @param string $ability
  * @return bool 
  * @static 
  */
 public static function has($ability)
 {
     return \Illuminate\Auth\Access\Gate::has($ability);
 }