From 1825a677b8fec710cfdfc1c787c423b2f89c7346 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Tue, 21 Sep 2021 02:48:17 +0800 Subject: [PATCH] 111 --- http-message/ContentType.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http-message/ContentType.php b/http-message/ContentType.php index 31c3f35a..a3a3ce23 100644 --- a/http-message/ContentType.php +++ b/http-message/ContentType.php @@ -365,7 +365,7 @@ class ContentType const D_907 = 'drawing/907'; const SLK = 'drawing/x-slk'; const TOP = 'drawing/x-top'; - const CLASS = 'java/*'; + const JAVA_CLASS = 'java/*'; const JAVA = 'java/*'; const X_DWF = 'Model/vnd.dwf';