@@ -23,7 +23,7 @@ |
||
| 23 | 23 | /** @var VehicleInspection $vehicleInspection */ |
| 24 | 24 | foreach ($existingVehicleInspection as $vehicleInspection) { |
| 25 | 25 | if ($newVehicleInspection->getLastInspection() === $vehicleInspection->getLastInspection() || |
| 26 | - $newVehicleInspection->getId() === $vehicleInspection->getId() |
|
| 26 | + $newVehicleInspection->getId() === $vehicleInspection->getId() |
|
| 27 | 27 | ) { |
| 28 | 28 | return true; |
| 29 | 29 | } |