From 165ea42b885e52b19616e5f31ada43eaec51597b Mon Sep 17 00:00:00 2001 From: Kerim Date: Wed, 21 Jun 2023 21:17:41 +0500 Subject: [PATCH] brand --- packages/Sarga/API/Http/Controllers/AttributeOptions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/Sarga/API/Http/Controllers/AttributeOptions.php b/packages/Sarga/API/Http/Controllers/AttributeOptions.php index d27e851..ba3e048 100644 --- a/packages/Sarga/API/Http/Controllers/AttributeOptions.php +++ b/packages/Sarga/API/Http/Controllers/AttributeOptions.php @@ -8,7 +8,7 @@ use Sarga\Shop\Repositories\AttributeOptionRepository; 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. *