|
|
@ -384,7 +384,7 @@ class EventCalendarController extends BaseController |
|
|
|
|
|
|
|
|
// 6. 返回错误行 |
|
|
// 6. 返回错误行 |
|
|
if ($error_arr) { |
|
|
if ($error_arr) { |
|
|
throw new CustomException(implode('\\n', $error_arr)); |
|
|
throw new CustomException(implode("\\n", $error_arr)); |
|
|
} |
|
|
} |
|
|
return $this->responseService->success( |
|
|
return $this->responseService->success( |
|
|
__('controller.import.success') |
|
|
__('controller.import.success') |
|
|
|