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

close() public method

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