From a8fb8465235449631001ca8d494c15013ba21dc2 Mon Sep 17 00:00:00 2001 From: Ryan McAllen Date: Fri, 1 Mar 2024 06:19:02 -0500 Subject: [PATCH] Duplicate: accept accept -> accept (#1596) Please describe your Pull Request as best as possible, explaining what it provides and why it is of value, referencing any related Issues. Try to include the following in your Pull Request, where applicable... - Documentation updates - Automated tests --- docs/core/reference/customers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/reference/customers.md b/docs/core/reference/customers.md index a7ee18cd77..2e4463f6c2 100644 --- a/docs/core/reference/customers.md +++ b/docs/core/reference/customers.md @@ -217,7 +217,7 @@ You can override any of these yourself as they are merged behind the scenes. The `HasCustomerGroup` trait adds a `customerGroup` scope to the model. This lets you query based on availability for a specific or multiple customer groups. -The scope will accept either a single ID or instance of `CustomerGroup` and will accept accept an array. +The scope will accept either a single ID or instance of `CustomerGroup` and will accept an array. ```php $results = MyModel::customerGroup(1, $startDate, $endDate)->paginate();