Skip to content

Commit d100ac9

Browse files
committed
Merge branch 'DOCSP-41621-upsert' of github.com:rustagir/laravel-mongodb into DOCSP-41621-upsert
2 parents 2fad3fe + 4f3f7ad commit d100ac9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/includes/query-builder/QueryBuilderTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -511,9 +511,9 @@ public function testUpsert(): void
511511
[
512512
['title' => 'Inspector Maigret', 'recommended' => 'false', 'runtime' => '128'],
513513
['title' => 'Petit Maman', 'recommended' => 'true', 'runtime' => '72'],
514-
],
515-
'title',
516-
'runtime'
514+
],
515+
'title',
516+
'runtime',
517517
);
518518
// end upsert
519519

0 commit comments

Comments
 (0)