yii\debug\Module::resetGlobalSettings PHP 메소드

resetGlobalSettings() 보호된 메소드

Resets potentially incompatible global settings done in app config.
protected resetGlobalSettings ( )
    protected function resetGlobalSettings()
    {
        Yii::$app->assetManager->bundles = [];
    }