Beispiel #1
0
 /**
  * Checks if user is assigned the given role.
  *
  * @param string $slug
  * @return bool 
  * @static 
  */
 public static function is($role)
 {
     return \Caffeinated\Shinobi\Shinobi::is($role);
 }