FluxBB\Web\ControllerFactory::makeSession PHP Méthode

makeSession() protected méthode

Instantiate the session driver.
protected makeSession ( ) : Illuminate\Session\Store
Résultat Illuminate\Session\Store
    protected function makeSession()
    {
        return $this->container->make('Symfony\\Component\\HttpFoundation\\Session\\SessionInterface');
    }