Add categories generic prices

This commit is contained in:
Ludovic CANDELLIER
2021-04-02 17:56:48 +02:00
parent 556f78d0af
commit 50179840d9
4 changed files with 61 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ Route::middleware('auth')->prefix('Admin')->namespace('Admin')->name('Admin.')->
include __DIR__ . '/OrderPayments.php';
include __DIR__ . '/Orders.php';
include __DIR__ . '/Packages.php';
include __DIR__ . '/PriceGenericCategories.php';
include __DIR__ . '/PriceGenerics.php';
include __DIR__ . '/Tags.php';
include __DIR__ . '/TagGroups.php';