add metrics

This commit is contained in:
ludo
2024-01-30 23:24:00 +01:00
parent c0c4146c9c
commit 79af996c63
12 changed files with 226 additions and 70 deletions

View File

@@ -19,6 +19,7 @@ Route::middleware('auth')->prefix('Shop')->namespace('Shop')->name('Shop.')->gro
include_once __DIR__.'/Orders.php';
include_once __DIR__.'/Packages.php';
include_once __DIR__.'/PriceLists.php';
include_once __DIR__.'/PriceListValues.php';
include_once __DIR__.'/Producers.php';
include_once __DIR__.'/SaleChannels.php';
include_once __DIR__.'/Tags.php';