Skip to content

Commit

Permalink
v2
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed May 18, 2022
1 parent da5b2fa commit 1646db7
Show file tree
Hide file tree
Showing 48 changed files with 0 additions and 3,704 deletions.
8 changes: 0 additions & 8 deletions Modules/Base/Helpers/Menu/List.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,3 @@
Core::registerDashboardMenuItem(Menu::make('Dashboard')->icon('bx bxs-home')->route('dashboard'));
Core::registerProfileMenuItem(Menu::make('Profile')->icon('bxs-user')->route('profile.show'));
Core::registerProfileMenuItem(Menu::make('API Tokens')->icon('bxs-check-shield')->route('api-tokens.index'));

Core::registerDashboardMenuItem(Menu::make('Group')->icon('bx bxs-circle')->route('groups.index')->can('view_any_groups'));

Core::registerDashboardMenuItem(Menu::make('Customer')->icon('bx bxs-circle')->route('customers.index')->can('view_any_customers'));

Core::registerDashboardMenuItem(Menu::make('CustomersLocation')->icon('bx bxs-circle')->route('customers_locations.index')->can('view_any_customers_locations'));

Core::registerDashboardMenuItem(Menu::make('Loader')->icon('bx bxs-circle')->route('loaders.index')->can('view_any_loaders'));
131 changes: 0 additions & 131 deletions app/Http/Controllers/API/CustomerAPIController.php

This file was deleted.

131 changes: 0 additions & 131 deletions app/Http/Controllers/API/CustomersLocationAPIController.php

This file was deleted.

Loading

0 comments on commit 1646db7

Please sign in to comment.