From 65d7ffa74f6c7c814d28bcdede0a0ac56a29f109 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Thu, 7 Nov 2013 01:31:27 +0400 Subject: [PATCH] Fixed View refactoring test breakage --- framework/yii/web/View.php | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/yii/web/View.php b/framework/yii/web/View.php index b646ef1..ab78fc5 100644 --- a/framework/yii/web/View.php +++ b/framework/yii/web/View.php @@ -15,6 +15,7 @@ use yii\web\AssetBundle; use yii\widgets\Block; use yii\widgets\ContentDecorator; use yii\widgets\FragmentCache; +use yii\base\InvalidConfigException; /** * View represents a view object in the MVC pattern.