add: full multi-tenancy control
This commit is contained in:
18
packages/Webkul/Attribute/src/Repositories/AttributeOptionRepository.php
Executable file
18
packages/Webkul/Attribute/src/Repositories/AttributeOptionRepository.php
Executable file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace Webkul\Attribute\Repositories;
|
||||
|
||||
use Webkul\Core\Eloquent\Repository;
|
||||
|
||||
class AttributeOptionRepository extends Repository
|
||||
{
|
||||
/**
|
||||
* Specify Model class name
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function model()
|
||||
{
|
||||
return 'Webkul\Attribute\Contracts\AttributeOption';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user