Barryvdh\Debugbar\ServiceProvider::checkAppDebug PHP Method

checkAppDebug() protected method

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