Skip to content

Commit

Permalink
Fix typo in eloquent-sortable.php (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
dissto committed Jan 10, 2024
1 parent 960ee1c commit eef2103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/eloquent-sortable.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
];

0 comments on commit eef2103

Please sign in to comment.