Skip to content

Commit

Permalink
Merge branch 'DOCSP-41621-upsert' of github.com:rustagir/laravel-mong…
Browse files Browse the repository at this point in the history
…odb into DOCSP-41621-upsert
  • Loading branch information
rustagir committed Aug 1, 2024
2 parents 2fad3fe + 4f3f7ad commit d100ac9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/includes/query-builder/QueryBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -511,9 +511,9 @@ public function testUpsert(): void
[
['title' => 'Inspector Maigret', 'recommended' => 'false', 'runtime' => '128'],
['title' => 'Petit Maman', 'recommended' => 'true', 'runtime' => '72'],
],
'title',
'runtime'
],
'title',
'runtime',
);
// end upsert

Expand Down

0 comments on commit d100ac9

Please sign in to comment.