We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a2041 commit 1018632Copy full SHA for 1018632
src/Drivers/Database.php
@@ -174,8 +174,8 @@ protected function write(array $data)
174
$delete_keys = [];
175
176
foreach ($db_data as $db_row) {
177
- $key = $db_row->key;
178
- $value = $db_row->value;
+ $key = $db_row->{$this->key};
+ $value = $db_row->{$this->value};
179
180
$is_in_insert = $is_different_in_db = $is_same_as_fallback = false;
181
0 commit comments