yii2-cookbook icon indicating copy to clipboard operation
yii2-cookbook copied to clipboard

Disabling debug toolbar runtime

Open samdark opened this issue 10 years ago • 1 comments
trafficstars

if (class_exists('\yii\debug\Module')) {
    $this->off(\yii\web\View::EVENT_END_BODY, [\yii\debug\Module::getInstance(), 'renderToolbar']);
}

samdark avatar Aug 13 '15 12:08 samdark

$this -\yii\web\View

githubjeka avatar Aug 13 '15 14:08 githubjeka