From 7755d461f9cc0a1cca7581b2f508fdcf4d3f44e4 Mon Sep 17 00:00:00 2001 From: distinctm Date: Wed, 23 Jan 2019 17:23:31 -0500 Subject: [PATCH] Remove deprecated code --- src/Updater.php | 1 - 1 file changed, 1 deletion(-) 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) {