Example #1
0
 /**
  * Build a policy class instance of the given type.
  *
  * @param object|string $class
  * @return mixed 
  * @static 
  */
 public static function resolvePolicy($class)
 {
     return \Illuminate\Auth\Access\Gate::resolvePolicy($class);
 }