This commit is contained in:
Ludovic CANDELLIER
2020-05-13 18:31:43 +02:00
parent a9807b99e2
commit 8c346b5b3f
20 changed files with 519 additions and 3 deletions

View File

@@ -16,5 +16,7 @@ Route::middleware('auth')->prefix('Admin')->namespace('Admin')->name('Admin.')->
include( __DIR__ . '/Invoices.php');
include( __DIR__ . '/OrderPayments.php');
include( __DIR__ . '/Orders.php');
include( __DIR__ . '/Tags.php');
include( __DIR__ . '/TagFamilies.php');
});