Feature: Updating Core imports after restructure

This commit is contained in:
2026-08-27 01:21:57 +03:00
parent b3405c1b60
commit 0dcaf112be
15 changed files with 52 additions and 139 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
use Illuminate\Http\Response;
use Lunar\Models\Collection;
use Modules\Core\Catalog\ProductService;
use Modules\Core\Product\Services\ProductService;
class ProductController extends Controller
{