change homepages to contents, add new methods to deliveries and sale_channels by customer
This commit is contained in:
@@ -5,13 +5,13 @@ Route::middleware('auth')->prefix('Shop')->namespace('Shop')->name('Shop.')->gro
|
||||
include_once __DIR__.'/ArticleNatures.php';
|
||||
include_once __DIR__.'/Articles.php';
|
||||
include_once __DIR__.'/Categories.php';
|
||||
include_once __DIR__.'/Contents.php';
|
||||
include_once __DIR__.'/Customers.php';
|
||||
include_once __DIR__.'/CustomerAddresses.php';
|
||||
include_once __DIR__.'/Deliveries.php';
|
||||
include_once __DIR__.'/DeliveryPackages.php';
|
||||
include_once __DIR__.'/DeliveryTypes.php';
|
||||
include_once __DIR__.'/DeliveryTypeCalculations.php';
|
||||
include_once __DIR__.'/Homepages.php';
|
||||
include_once __DIR__.'/InvoiceItems.php';
|
||||
include_once __DIR__.'/InvoicePayments.php';
|
||||
include_once __DIR__.'/Invoices.php';
|
||||
|
||||
Reference in New Issue
Block a user