Explorar el Código

getRaw 参数添加string

visuddhinanda hace 3 meses
padre
commit
21558860e7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      api-v13/app/Services/TermService.php

+ 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;