Implement Product management features with controller, requests, resource, and routes
This commit is contained in:
8
app/Domains/Catalog/Services/ProductService.php
Normal file
8
app/Domains/Catalog/Services/ProductService.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Domains\Catalog\Services;
|
||||
|
||||
class ProductService
|
||||
{
|
||||
// Reserved for product domain business logic.
|
||||
}
|
||||
Reference in New Issue
Block a user