Barryvdh\Debugbar\LumenServiceProvider::checkAppDebug PHP 메소드

checkAppDebug() 보호된 메소드

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