created_at) + self::ACTIVE_MINUTE * 60; if (time() > $expiredTime) { return true; } return false; } }