Barryvdh\Debugbar\LumenServiceProvider::checkAppDebug PHP Method

checkAppDebug() protected method

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