neutralize 일부 롤백
과거의 나는 다 계획이 있었구나.
This commit is contained in:
@@ -46,8 +46,8 @@ if($textBrief === null || $textDetail === null){
|
||||
]);
|
||||
}
|
||||
|
||||
$textBrief = StringUtil::neutralize($textBrief);
|
||||
$textDetail = StringUtil::neutralize($textDetail);
|
||||
$textBrief = trim($textBrief);
|
||||
$textDetail = trim($textDetail);
|
||||
|
||||
if(!$textBrief){
|
||||
Json::die([
|
||||
|
||||
Reference in New Issue
Block a user