Skip to content

Commit 7cb0b12

Browse files
committed
fix tests?
1 parent 6c93d6d commit 7cb0b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/includes/usage-examples/FindOneTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function testFindOne(): void
4040
->orderBy('_id')
4141
->first();
4242

43-
echo $movie;
43+
echo $movie[0]->toJson();
4444
// end-qb-find-one
4545
}
4646
}

0 commit comments

Comments
 (0)