]> BookStack Code Mirror - bookstack/blobdiff - app/Uploads/AttachmentService.php
Updated attachment links to have dropdown for open type
[bookstack] / app / Uploads / AttachmentService.php
index ec02182bb118624fda0be7cdabbf7fde5eecadab..9d1f96ae42f99178f6b3fd10406a4572805b5943 100644 (file)
@@ -76,12 +76,12 @@ class AttachmentService
     /**
      * Stream an attachment from storage.
      *
-     * @return resource|null
      * @throws FileNotFoundException
+     *
+     * @return resource|null
      */
     public function streamAttachmentFromStorage(Attachment $attachment)
     {
-
         return $this->getStorageDisk()->readStream($this->adjustPathForStorageDisk($attachment->path));
     }