yii\debug\Module::resetGlobalSettings PHP Method

resetGlobalSettings() protected method

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