Explorar o código

getBookIdByTags 改为 public

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
ff06942365
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Http/Controllers/SearchController.php

+ 1 - 1
app/Http/Controllers/SearchController.php

@@ -333,7 +333,7 @@ class SearchController extends Controller
         return (['query'=>$queryWhere,'param'=>$param]);
     }
 
-    private function getBookIdByTags($tags){
+    public function getBookIdByTags($tags){
         $searchBookId = [];
         if(empty($tags)){
             return $searchBookId;