zz 5 년 전
부모
커밋
0833626e4d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Modules/Book/Services/BookService.php

+ 1 - 1
app/Modules/Book/Services/BookService.php

@@ -18,7 +18,7 @@ class BookService
 {
     use BaseService;
 
-    public function decodeBid(string $bid)
+    public static function decodeBid(string $bid)
     {
         return Hashids::decode($bid)[0];
     }