Barryvdh\Elfinder\Session\LaravelSession::start PHP Method

start() public method

public start ( )
    public function start()
    {
        $this->store->start();
        return $this;
    }