lifetime; } public function getKey($id = null) { return 'max_user_id'; } public function getContent($id = null) { $course = UserModel::findFirst(['order' => 'id DESC']); return $course->id; } }