* @since 2.0 */ class CronController extends Controller { /** * This command echoes what you have entered as the message. * @param string $message the message to be echoed. * @return int Exit code */ public function actionExpires() { //清除失效token UserToken::expiresHandler(); return ExitCode::OK; } }