From 102cc9943132386902317d2d2f32c5cc49a2fe62 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq.com> Date: Tue, 28 Apr 2026 10:14:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E8=BD=A6=E7=89=8C=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E7=B1=BB=E5=9E=8B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Imports/ParkingLicensePlateImport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Imports/ParkingLicensePlateImport.php b/app/Imports/ParkingLicensePlateImport.php index ff864b0..c0843e3 100644 --- a/app/Imports/ParkingLicensePlateImport.php +++ b/app/Imports/ParkingLicensePlateImport.php @@ -29,7 +29,7 @@ class ParkingLicensePlateImport implements ToModel, WithHeadingRow * @param array $row * @return ParkingLicensePlate|JsonResponse */ - public function model(array $row): ParkingLicensePlate|JsonResponse + public function model(array $row) { $request = new Request(); $parking_space_type = $request->post('parking_space_type', '');