Commit c68eef89 by Carsten Brandt

moved classMap to separate file

parent 2643daa5
......@@ -23,3 +23,4 @@ class Yii extends \yii\YiiBase
}
spl_autoload_register(array('Yii', 'autoload'));
Yii::$classMap = include(__DIR__ . '/classMap.php');
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