Skip to content

Commit 7755d46

Browse files
committed
Remove deprecated code
1 parent 6eacd9d commit 7755d46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Updater.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ protected function isCriteria($key)
181181
*/
182182
protected function resolveId(string $key, object $values)
183183
{
184-
// $column = $this->isCriteria($key) ? substr($key, 1) : $key;
185184
$model = $this->getModel($key);
186185

187186
$values = collect($values)->mapWithKeys(function($value, $column) {

0 commit comments

Comments
 (0)