Add tariff unities management

This commit is contained in:
Ludovic CANDELLIER
2022-01-22 19:26:35 +01:00
parent 2be53d581e
commit 8c9fc66b89
15 changed files with 261 additions and 27 deletions

View File

@@ -19,6 +19,7 @@ Route::middleware('auth')->prefix('Shop')->namespace('Shop')->name('Shop.')->gro
include __DIR__ . '/Tags.php';
include __DIR__ . '/TagGroups.php';
include __DIR__ . '/Tariffs.php';
include __DIR__ . '/TariffUnities.php';
include __DIR__ . '/Unities.php';
include __DIR__ . '/Variations.php';
});