@@ -67,7 +67,7 @@ |
||
67 | 67 | |
68 | 68 | public function setDestinationPath(string $destinationPath): self |
69 | 69 | { |
70 | - $this->destinationPath = $this->slashPath($destinationPath); |
|
70 | + $this->destinationPath = $this->slashPath($destinationPath); |
|
71 | 71 | |
72 | 72 | return $this; |
73 | 73 | } |