vendor categories fx4

This commit is contained in:
merdan 2022-11-18 12:17:45 +05:00
parent 2e3ed5a544
commit 3c2d58da2f
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,8 @@
<?php
namespace Sarga\Shop\Contracts;
interface Category
{
}

View File

@ -8,7 +8,7 @@ use Laravel\Scout\Searchable;
use Sarga\Brand\Models\BrandProxy;
use Webkul\Category\Database\Factories\CategoryFactory;
use Webkul\Category\Models\Category as WCategory;
class Category extends WCategory
class Category extends WCategory implements \Sarga\Shop\Contracts\Category
{
/**
* Fillables.