Commit 2fa52d8c by Carsten Brandt

rename classMap.php -> classes.php

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