Пример #1
0
 /**
  * Register view location of theme.
  *
  * @param null $theme
  * @static
  */
 public static function registerViewLocation($theme = null)
 {
     return \Pingpong\Themes\Repository::registerViewLocation($theme);
 }