Barryvdh\Debugbar\LumenServiceProvider::checkAppDebug PHP Метод

checkAppDebug() защищенный Метод

Check the App Debug status
protected checkAppDebug ( )
    protected function checkAppDebug()
    {
        return env('APP_DEBUG');
    }