Commit 8794cd92 by Alexander Kochetov

Yii class code style fix

parent e4c1656c
......@@ -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();
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment