From 1c0eb9ad5b5ae197767f25d9902aa65625d7212e Mon Sep 17 00:00:00 2001 From: "M. D" Date: Wed, 10 Jan 2024 11:09:57 +0100 Subject: [PATCH] Fix typo in eloquent-sortable.php --- config/eloquent-sortable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/eloquent-sortable.php b/config/eloquent-sortable.php index fa57821..1bfd55a 100644 --- a/config/eloquent-sortable.php +++ b/config/eloquent-sortable.php @@ -8,7 +8,7 @@ /* * Define if the models should sort when creating. - * When true, the package will automatically assign the highest order number to a new mode + * When true, the package will automatically assign the highest order number to a new model */ 'sort_when_creating' => true, ];