Example #1
0
 /**
  * Alias for "has" method.
  *
  * @param $theme
  * @return bool
  * @static
  */
 public static function exists($theme)
 {
     return \Pingpong\Themes\Repository::exists($theme);
 }