zz 5 år sedan
förälder
incheckning
0833626e4d
1 ändrade filer med 1 tillägg och 1 borttagningar
  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];
     }