]> BookStack Code Mirror - bookstack/blobdiff - app/Uploads/AttachmentService.php
Applied styleci changes
[bookstack] / app / Uploads / AttachmentService.php
index 5ba627040a7ba6cedb811f628d16a51ec2e6d709..b4cb1b88b15e26b0d982174b97fa5b80ed13c385 100644 (file)
@@ -7,8 +7,8 @@ use Exception;
 use Illuminate\Contracts\Filesystem\Factory as FileSystem;
 use Illuminate\Contracts\Filesystem\FileNotFoundException;
 use Illuminate\Contracts\Filesystem\Filesystem as FileSystemInstance;
-use Illuminate\Support\Str;
 use Illuminate\Support\Facades\Log;
+use Illuminate\Support\Str;
 use Symfony\Component\HttpFoundation\File\UploadedFile;
 
 class AttachmentService