@@ -69,6 +69,9 @@ |
||
| 69 | 69 | return $this; |
| 70 | 70 | } |
| 71 | 71 | |
| 72 | + /** |
|
| 73 | + * @param string $filename |
|
| 74 | + */ |
|
| 72 | 75 | protected function storeFile($filepath, $filename, $width = null, $height = null, $x = null, $y = null, $rotate = null, $rotateBackgroundColor = null) |
| 73 | 76 | { |
| 74 | 77 | $image = InterventionImage::make($filepath); |