vendor categories fx4
This commit is contained in:
parent
2e3ed5a544
commit
3c2d58da2f
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace Sarga\Shop\Contracts;
|
||||
|
||||
interface Category
|
||||
{
|
||||
|
||||
}
|
||||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue