From 40dd0edec76986a90cfc6e5b700d3c230b326080 Mon Sep 17 00:00:00 2001 From: LouisGac Date: Thu, 15 Dec 2016 14:35:05 +0100 Subject: [PATCH] Dev: change config to use LSETwigViewRenderer --- application/config/internal.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/config/internal.php b/application/config/internal.php index c6a3954c7de..ebb2e744d1f 100644 --- a/application/config/internal.php +++ b/application/config/internal.php @@ -89,6 +89,7 @@ 'bootstrap.widgets.*', 'bootstrap.behaviors.*', 'yiiwheels.widgets.select2.WhSelect2', + 'third_party.Twig.*' ), 'preload' => array ('log'), @@ -179,7 +180,7 @@ ), 'twigRenderer' => array( - 'class' => 'third_party.Twig.ETwigViewRenderer', + 'class' => 'application.core.LSETwigViewRenderer', // All parameters below are optional, change them to your needs 'fileExtension' => '.twig',