2
0
Эх сурвалжийг харах

getRaw 参数添加string

visuddhinanda 3 сар өмнө
parent
commit
21558860e7

+ 1 - 1
api-v13/app/Services/TermService.php

@@ -33,7 +33,7 @@ class TermService
         return ['items' => $result, 'total' => count($result)];
     }
 
-    public function getRaw($id)
+    public function getRaw(string $id)
     {
         $result = DhammaTerm::find($id);
         return $result;