Dingo\Api\Provider\LumenServiceProvider::setupConfig PHP Method

setupConfig() protected method

Setup the configuration.
protected setupConfig ( ) : void
return void
    protected function setupConfig()
    {
        $this->app->configure('api');
        parent::setupConfig();
    }