瀏覽代碼

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

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
visuddhinanda 4 周之前
父節點
當前提交
d45619ac3f
共有 1 個文件被更改,包括 0 次插入2 次删除
  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)