Browse Source

chore: 移除 PaliTextService 中未使用的空方法 getChildrenChapters

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
visuddhinanda 1 month ago
parent
commit
d45619ac3f
1 changed files with 0 additions and 2 deletions
  1. 0 2
      api-v13/app/Services/PaliTextService.php

+ 0 - 2
api-v13/app/Services/PaliTextService.php

@@ -30,8 +30,6 @@ class PaliTextService
         }
     }
 
-    public function getChildrenChapters(int $book, int $para) {}
-
     public function getBookPara(int $book, int $para)
     {
         $paragraph = PaliText::where('book', $book)