WooCommerce/start.php
feibisi f2cf402570 chore: import WooCommerce module v1.0 upstream + feibisi fork metadata
Fork of passatgt/viszt FreeScout WooCommerce 1.0 for self-maintenance.
Target: modern WC REST and mall.weixiaoduo integration.
2026-07-12 10:14:06 +08:00

17 lines
516 B
PHP

<?php
/*
|--------------------------------------------------------------------------
| Register Namespaces And Routes
|--------------------------------------------------------------------------
|
| When a module starting, this file will executed automatically. This helps
| to register some namespaces like translator or view. Also this file
| will load the routes file for each module. You may also modify
| this file as you want.
|
*/
if (!app()->routesAreCached()) {
require __DIR__ . '/Http/routes.php';
}