Skip to content

Conversation

@viest
Copy link
Contributor

@viest viest commented Nov 24, 2023

$userInstance = new User; $value = [ [ 'id' => 1, 'json' => '{}' ] , [ 'id' => 5, 'json' => '{"key":"values"}' ] , ]; $index = 'id'; Batch::update($userInstance, $value, $index);
```php $userInstance = new User; $value = [ [ 'id' => 1, 'json' => '{}' ] , [ 'id' => 5, 'json' => '{"key":"values"}' ] , ]; $index = 'id'; Batch::update($userInstance, $value, $index); ```
@mavinoo mavinoo merged commit ed62d0f into mavinoo:master Feb 27, 2024
@viest viest deleted the json branch July 1, 2024 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants