Skip to content

Commit

Permalink
Duplicate: accept accept -> accept (#1596)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rhynodesigns authored Mar 1, 2024
1 parent 8881460 commit a8fb846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/reference/customers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit a8fb846

Please sign in to comment.