|  |  | @ -24,7 +24,7 @@ class TwigViewRenderer extends ViewRenderer | 
			
		
	
		
		
			
				
					
					|  |  |  | 	/** |  |  |  | 	/** | 
			
		
	
		
		
			
				
					
					|  |  |  | 	 * @var string the directory or path alias pointing to where Twig code is located. |  |  |  | 	 * @var string the directory or path alias pointing to where Twig code is located. | 
			
		
	
		
		
			
				
					
					|  |  |  | 	 */ |  |  |  | 	 */ | 
			
		
	
		
		
			
				
					
					|  |  |  | 	public $twigPath = '@app/vendors/Twig'; |  |  |  | 	public $twigPath = '@Twig'; | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | 	/** |  |  |  | 	/** | 
			
		
	
		
		
			
				
					
					|  |  |  | 	 * @var string the directory or path alias pointing to where Twig cache will be stored. |  |  |  | 	 * @var string the directory or path alias pointing to where Twig cache will be stored. | 
			
		
	
	
		
		
			
				
					|  |  | @ -44,7 +44,9 @@ class TwigViewRenderer extends ViewRenderer | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | 	public function init() |  |  |  | 	public function init() | 
			
		
	
		
		
			
				
					
					|  |  |  | 	{ |  |  |  | 	{ | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 		if (!isset(Yii::$aliases['@Twig'])) { | 
			
		
	
		
		
			
				
					
					|  |  |  | 			Yii::setAlias('@Twig', $this->twigPath); |  |  |  | 			Yii::setAlias('@Twig', $this->twigPath); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 		} | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | 		$loader = new \Twig_Loader_String(); |  |  |  | 		$loader = new \Twig_Loader_String(); | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  |  | 
 |