From 5a43c3ca40f3f1a46fc5ebe94c1d5c5573eeda31 Mon Sep 17 00:00:00 2001 From: norareidy Date: Thu, 30 Jan 2025 14:32:37 -0500 Subject: [PATCH] fix --- .../fundamentals/read-operations/ReadOperationsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/includes/fundamentals/read-operations/ReadOperationsTest.php b/docs/includes/fundamentals/read-operations/ReadOperationsTest.php index f7e6f98bb..90da15c2e 100644 --- a/docs/includes/fundamentals/read-operations/ReadOperationsTest.php +++ b/docs/includes/fundamentals/read-operations/ReadOperationsTest.php @@ -175,7 +175,7 @@ public function testReadPreference(): void { // start-read-pref $movies = Movie::where('title', 'Carrie') - ->readPreference('secondaryPreferred') + ->readPreference('primaryPreferred') ->get(); // end-read-pref