Skip to content

Commit

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

0 comments on commit d8d428c

Please sign in to comment.