From bb85cbe56b897e19a8238016bc65b4e1dd657554 Mon Sep 17 00:00:00 2001 From: Luca Andrea Rossi Date: Fri, 27 Sep 2024 16:33:53 +0200 Subject: [PATCH] Fix typo (#52960) --- .../Database/Eloquent/Concerns/QueriesRelationships.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Database/Eloquent/Concerns/QueriesRelationships.php b/src/Illuminate/Database/Eloquent/Concerns/QueriesRelationships.php index 32a007573e5d..3a33343d7e67 100644 --- a/src/Illuminate/Database/Eloquent/Concerns/QueriesRelationships.php +++ b/src/Illuminate/Database/Eloquent/Concerns/QueriesRelationships.php @@ -586,7 +586,7 @@ public function whereBelongsTo($related, $relationshipName = null, $boolean = 'a } /** - * Add an "BelongsTo" relationship with an "or where" clause to the query. + * Add a "BelongsTo" relationship with an "or where" clause to the query. * * @param \Illuminate\Database\Eloquent\Model $related * @param string|null $relationshipName