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

checkAppDebug() 보호된 메소드

Check the App Debug status
protected checkAppDebug ( )
    protected function checkAppDebug()
    {
        return $this->app['config']->get('app.debug');
    }