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