|
|
@ -29,7 +29,7 @@ class ParkingLicensePlateImport implements ToModel, WithHeadingRow |
|
|
* @param array $row |
|
|
* @param array $row |
|
|
* @return ParkingLicensePlate|JsonResponse |
|
|
* @return ParkingLicensePlate|JsonResponse |
|
|
*/ |
|
|
*/ |
|
|
public function model(array $row): ParkingLicensePlate|JsonResponse |
|
|
public function model(array $row) |
|
|
{ |
|
|
{ |
|
|
$request = new Request(); |
|
|
$request = new Request(); |
|
|
$parking_space_type = $request->post('parking_space_type', ''); |
|
|
$parking_space_type = $request->post('parking_space_type', ''); |
|
|
|