diff --git a/README.md b/README.md index 3b0d140..8d0692e 100644 --- a/README.md +++ b/README.md @@ -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, ]; ```