Flugg\Responder\ResponderServiceProvider::bootLumenApplication PHP Method

bootLumenApplication() protected method

Bootstrap the Lumen application.
protected bootLumenApplication ( ) : void
return void
    protected function bootLumenApplication()
    {
        $this->app->configure('responder');
    }