Skip to content

Commit 6fc00eb

Browse files
committed
updates default menu order
1 parent f361977 commit 6fc00eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/database/migrations/2017_01_01_146000_create_structure_for_dataimport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ class CreateStructureForDataImport extends Migration
2020
];
2121

2222
protected $menu = [
23-
'name' => 'Data Import', 'icon' => 'cloud-upload-alt', 'route' => 'import.index', 'order_index' => 400, 'has_children' => false,
23+
'name' => 'Data Import', 'icon' => 'cloud-upload-alt', 'route' => 'import.index', 'order_index' => 800, 'has_children' => false,
2424
];
2525
}

0 commit comments

Comments
 (0)