brand
This commit is contained in:
parent
b11a4c3c47
commit
165ea42b88
|
|
@ -8,7 +8,7 @@ use Sarga\Shop\Repositories\AttributeOptionRepository;
|
||||||
|
|
||||||
class AttributeOptions extends \Webkul\RestApi\Http\Controllers\V1\Shop\ResourceController
|
class AttributeOptions extends \Webkul\RestApi\Http\Controllers\V1\Shop\ResourceController
|
||||||
{
|
{
|
||||||
protected $requestException = ['page', 'limit', 'pagination', 'sort', 'order', 'token','locale','search'];
|
protected $requestException = ['page', 'limit', 'pagination', 'sort', 'order', 'token','locale','search', '/api/attribute-options'];
|
||||||
/**
|
/**
|
||||||
* Repository class name.
|
* Repository class name.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue