Barryvdh\Elfinder\Session\LaravelSession::close PHP Метод

close() публичный Метод

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