forked from devsam/core
misc: 오타 수정
This commit is contained in:
@@ -27,8 +27,7 @@ class APIHelper
|
||||
|
||||
try {
|
||||
$obj = buildAPIExecutorClass($input['path'], $rootPath, $input['args'] ?? []);
|
||||
$api =
|
||||
$validateResult = $obj->validateArgs();
|
||||
$validateResult = $obj->validateArgs();
|
||||
if ($validateResult !== null) {
|
||||
Json::dieWithReason($validateResult);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user