Example #1
0
 /**
  * The alias "setCurrent" method.
  *
  * @param $theme
  * @return $this
  * @static
  */
 public static function set($theme)
 {
     return \Pingpong\Themes\Repository::set($theme);
 }