re-added require that will break if autoloader is not configured

This commit is contained in:
Carsten Brandt
2018-02-18 00:46:11 +01:00
parent 488f98648a
commit 48e2f542d7

View File

@ -5,6 +5,8 @@
* @license http://www.yiiframework.com/license/
*/
require __DIR__ . '/BaseYii.php';
/**
* Yii is a helper class serving common framework functionalities.
*