diff --git a/src/Updater.php b/src/Updater.php index b56c061..dc246b7 100644 --- a/src/Updater.php +++ b/src/Updater.php @@ -181,7 +181,6 @@ class Updater */ protected function resolveId(string $key, object $values) { - // $column = $this->isCriteria($key) ? substr($key, 1) : $key; $model = $this->getModel($key); $values = collect($values)->mapWithKeys(function($value, $column) {