X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/15786e26308721815fbae844c314e1700e2b0260..refs/pull/1462/head:/app/Uploads/ImageService.php diff --git a/app/Uploads/ImageService.php b/app/Uploads/ImageService.php index eaf787c9c..8eefbaf9d 100644 --- a/app/Uploads/ImageService.php +++ b/app/Uploads/ImageService.php @@ -73,8 +73,7 @@ class ImageService extends UploadService int $resizeWidth = null, int $resizeHeight = null, bool $keepRatio = true - ) - { + ) { $imageName = $uploadedFile->getClientOriginalName(); $imageData = file_get_contents($uploadedFile->getRealPath());