lifetime; } public function getKey($id = null) { return 'max_chapter_id'; } public function getContent($id = null) { $chapter = ChapterModel::findFirst(['order' => 'id DESC']); return $chapter->id ?? 0; } }