init
This commit is contained in:
6
config/eloquent-sortable.php
Normal file
6
config/eloquent-sortable.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'order_column_name' => 'sort',
|
||||
'sort_when_creating' => true,
|
||||
];
|
||||
Reference in New Issue
Block a user