FluxBB\Web\ControllerFactory::makeServer PHP Method

makeServer() protected method

Instantiate the FluxBB server.
protected makeServer ( ) : FluxBB\Server\ServerInterface
return FluxBB\Server\ServerInterface
    protected function makeServer()
    {
        return $this->container->make('FluxBB\\Server\\ServerInterface');
    }