Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Dec 11, 2023
1 parent 10eca38 commit 61a5421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Optionally you can pass the starting order number as the second argument.
MyModel::setNewOrder([3,1,2], 10);
```

You can set a new order with a closure as the fourth argument.
You can modify the query that will be executed by passing a closure as the fourth argument.

```php
/**
Expand Down

0 comments on commit 61a5421

Please sign in to comment.