@@ -119,13 +119,13 @@ |
||
| 119 | 119 | |
| 120 | 120 | // Prep this model |
| 121 | 121 | $this->setPath($path) |
| 122 | - ->setSplFileInfo(new SplFileInfo($path)) |
|
| 123 | - ->setOriginalWidth($width) |
|
| 124 | - ->setOriginalHeight($height) |
|
| 125 | - ->setTargetWidth($targetWidth) |
|
| 126 | - ->setTargetHeight($targetHeight) |
|
| 127 | - ->calculateCropPositions($cropMode, $x, $y) |
|
| 128 | - ->setTargetPath($this->generateFileName()); |
|
| 122 | + ->setSplFileInfo(new SplFileInfo($path)) |
|
| 123 | + ->setOriginalWidth($width) |
|
| 124 | + ->setOriginalHeight($height) |
|
| 125 | + ->setTargetWidth($targetWidth) |
|
| 126 | + ->setTargetHeight($targetHeight) |
|
| 127 | + ->calculateCropPositions($cropMode, $x, $y) |
|
| 128 | + ->setTargetPath($this->generateFileName()); |
|
| 129 | 129 | } |
| 130 | 130 | |
| 131 | 131 | /** |