Exemplo n.º 1
0
 /**
  * @return TwigThemeConfig
  */
 protected function getThemeConfig()
 {
     $themePath = TwigThemeConfig::getThemePath(env('THEME'));
     $themeConfig = TwigThemeConfig::loadConfig($themePath);
     return $themeConfig;
 }