Skip to content

Commit

Permalink
Merge branch 'e-bike-and-daly-bms-integration' of https://github.com/…
Browse files Browse the repository at this point in the history
…EnAccess/micropowermanager-cloud into e-bike-and-daly-bms-integration
  • Loading branch information
InensusDev committed Jan 15, 2024
2 parents 1dff0ee + ba66c16 commit 2daf83b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Website/htdocs/mpmanager/database/seeders/MenuItemsSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ public function run()
'menu_order' => '13',
],
[
'name' => 'Daly Bms',
'url_slug' => '',
'md_icon' => 'charging_station',
'name' => 'E-Bikes',
'url_slug' => '/e-bikes/page/1',
'md_icon' => 'electric_bike',
'menu_order' => '14',
]
)
Expand Down

0 comments on commit 2daf83b

Please sign in to comment.