From 8794cd92695cf7b07e46fee9adb3856c25c9fda8 Mon Sep 17 00:00:00 2001 From: Alexander Kochetov Date: Tue, 27 Jan 2015 06:20:34 +0300 Subject: [PATCH] Yii class code style fix --- framework/Yii.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Yii.php b/framework/Yii.php index 6ea4f31ad4..83cd8586d0 100644 --- a/framework/Yii.php +++ b/framework/Yii.php @@ -24,4 +24,4 @@ class Yii extends \yii\BaseYii spl_autoload_register(['Yii', 'autoload'], true, true); Yii::$classMap = require(__DIR__ . '/classes.php'); -Yii::$container = new yii\di\Container; +Yii::$container = new yii\di\Container();