Browse Source

Fixed View refactoring test breakage

tags/2.0.0-beta
Alexander Makarov 11 years ago
parent
commit
65d7ffa74f
  1. 1
      framework/yii/web/View.php

1
framework/yii/web/View.php

@ -15,6 +15,7 @@ use yii\web\AssetBundle;
use yii\widgets\Block; use yii\widgets\Block;
use yii\widgets\ContentDecorator; use yii\widgets\ContentDecorator;
use yii\widgets\FragmentCache; use yii\widgets\FragmentCache;
use yii\base\InvalidConfigException;
/** /**
* View represents a view object in the MVC pattern. * View represents a view object in the MVC pattern.

Loading…
Cancel
Save