Skip to content

Commit

Permalink
update readme to reflect config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mokhosh committed Jan 20, 2024
1 parent 11c7b49 commit 596d99a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ return [
* will automatically assign the highest order number to a new model
*/
'sort_when_creating' => true,

/*
* Define if the timestamps should be ignored when sorting.
* When true, updated_at will not be updated when using setNewOrder
*/
'ignore_timestamps' => false,
];
```

Expand Down

0 comments on commit 596d99a

Please sign in to comment.