Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
rxcod9 committed Apr 3, 2022
1 parent b96f65b commit 2080bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/seeders/MenuItemsTableSeeder.php
Expand Up @@ -31,7 +31,7 @@ public function run($parentMenuId = null)
'icon_class' => 'voyager-bread voyager-bread-order',
'color' => null,
'parent_id' => $parentMenuId,
'order' => $maxOrder++,
'order' => ++$maxOrder,
])->save();
}
}
Expand Down

0 comments on commit 2080bed

Please sign in to comment.