fixes
This commit is contained in:
@@ -8,6 +8,8 @@ Route::middleware('auth')->prefix('Shop')->namespace('Shop')->name('Shop.')->gro
|
||||
include_once __DIR__.'/Contents.php';
|
||||
include_once __DIR__.'/Customers.php';
|
||||
include_once __DIR__.'/CustomerAddresses.php';
|
||||
include_once __DIR__.'/CustomerInvoices.php';
|
||||
include_once __DIR__.'/CustomerOrders.php';
|
||||
include_once __DIR__.'/Deliveries.php';
|
||||
include_once __DIR__.'/DeliveryPackages.php';
|
||||
include_once __DIR__.'/DeliveryTypes.php';
|
||||
|
||||
Reference in New Issue
Block a user