Tags
This commit is contained in:
@@ -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');
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user