@@ -892,7 +892,7 @@ discard block |
||
892 | 892 | '%from%' => $this->convertLineNo(2), |
893 | 893 | '%to%' => $this->currentLineNo]), |
894 | 894 | 'errors' => $this->errors, |
895 | - 'error_message' => trans('admin.common.csv_upload_line_error',[ |
|
895 | + 'error_message' => trans('admin.common.csv_upload_line_error', [ |
|
896 | 896 | '%from%' => $this->convertLineNo(2), |
897 | 897 | '%to%' => $this->currentLineNo]) |
898 | 898 | ]); |
@@ -1641,7 +1641,7 @@ discard block |
||
1641 | 1641 | return $this->json(['success' => true, 'file_name' => $fileName, 'max_file_no' => $fileNo]); |
1642 | 1642 | } |
1643 | 1643 | |
1644 | - return $this->json(['success' => false, 'message' => $form->getErrors(true ,true)]); |
|
1644 | + return $this->json(['success' => false, 'message' => $form->getErrors(true, true)]); |
|
1645 | 1645 | } |
1646 | 1646 | |
1647 | 1647 | /** |