Remove deprecated code

This commit is contained in:
distinctm
2019-01-23 17:23:31 -05:00
parent 6eacd9de58
commit 7755d461f9

View File

@@ -181,7 +181,6 @@ class Updater
*/ */
protected function resolveId(string $key, object $values) protected function resolveId(string $key, object $values)
{ {
// $column = $this->isCriteria($key) ? substr($key, 1) : $key;
$model = $this->getModel($key); $model = $this->getModel($key);
$values = collect($values)->mapWithKeys(function($value, $column) { $values = collect($values)->mapWithKeys(function($value, $column) {