Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
norareidy committed Jan 30, 2025
1 parent f6f2648 commit 5a43c3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public function testReadPreference(): void
{
// start-read-pref
$movies = Movie::where('title', 'Carrie')
->readPreference('secondaryPreferred')
->readPreference('primaryPreferred')
->get();
// end-read-pref

Expand Down

0 comments on commit 5a43c3c

Please sign in to comment.