zz 5 years ago
parent
commit
0833626e4d
1 changed files with 1 additions and 1 deletions
  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];
     }