fix mis-typed

This commit is contained in:
Namhyeon Go 2018-12-31 11:00:41 +09:00
parent 81238fa076
commit cc45cfa35b

View File

@ -88,7 +88,7 @@ if(!function_exists("read_requests")) {
"get" => "_GET",
"uri" => "_URI",
"files" => "_FILES",
"raw" => "_RAW",
"raw" => "_RAW",
"json" => "_JSON",
"seal" => "_SEAL"
);