@@ -32,9 +32,9 @@ |
||
| 32 | 32 | { |
| 33 | 33 | $car = $this->repository->find($this->carId); |
| 34 | 34 | $insurance = new InsuranceDocument($this->insuranceId, |
| 35 | - $this->document->title, |
|
| 36 | - $this->document->description, |
|
| 37 | - $this->document->source |
|
| 35 | + $this->document->title, |
|
| 36 | + $this->document->description, |
|
| 37 | + $this->document->source |
|
| 38 | 38 | ); |
| 39 | 39 | |
| 40 | 40 | $car->addInsuranceDocument($this->insuranceId, $insurance); |