diff --git a/packages/Sarga/API/Http/Controllers/FilterOptions.php b/packages/Sarga/API/Http/Controllers/FilterOptions.php index 293ea9fa9..9cb48e01e 100644 --- a/packages/Sarga/API/Http/Controllers/FilterOptions.php +++ b/packages/Sarga/API/Http/Controllers/FilterOptions.php @@ -77,6 +77,6 @@ class FilterOptions extends \Webkul\RestApi\Http\Controllers\V1\Shop\ResourceCon } public function index($attribute_id){ - return $this->getRepositoryInstance()->findWhere(['attribute_id'=>$attribute_id])->paginate(10); + return $this->getRepositoryInstance()->findWhere(['attribute_id'=>$attribute_id]); } } \ No newline at end of file