Example #1
0
 /**
  * Get a policy instance for a given class.
  *
  * @param object|string $class
  * @return mixed 
  * @throws \InvalidArgumentException
  * @static 
  */
 public static function getPolicyFor($class)
 {
     return \Illuminate\Auth\Access\Gate::getPolicyFor($class);
 }