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