From 596d99a30c3e6eef2f05b414b90c566467d610d2 Mon Sep 17 00:00:00 2001 From: Mo Khosh Date: Sun, 21 Jan 2024 03:01:33 +0330 Subject: [PATCH] update readme to reflect config changes --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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, ]; ```