// update the database $result = \DB::update($this->config['table'])->set($session)->where('session_id', '=', $this->record->get('session_id'))->execute($this->config['database']);
It looks like you're new here. If you want to get involved, click one of these buttons!