sources api

This commit is contained in:
merdan 2022-09-27 19:54:31 +05:00
parent 00a3b5809c
commit a504746c0f
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class SearchController extends V1Controller
->where('visible_individually', 1)
// ->addSelect(DB::raw("\'product\' as type" ))
->orderBy('name'))
->take(10)
// ->take(10)
->get();
if($products->count()){