mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-01-26 03:34:02 +00:00
Remove deprecated code
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user