Implement Product management features with controller, requests, resource, and routes

This commit is contained in:
2026-06-24 10:05:26 -03:00
parent 3c6469617b
commit 8feaa0051d
13 changed files with 20 additions and 20 deletions

View File

@@ -1,8 +0,0 @@
<?php
namespace App\Domains\Product\Services;
class ProductService
{
// Reserved for product domain business logic.
}