]> BookStack Code Mirror - bookstack/blobdiff - app/Repos/ImageRepo.php
Started work on revisions in image manager
[bookstack] / app / Repos / ImageRepo.php
index eff856872bcd07640d216c6b700a1187c0d901f5..384ea545475f32e73aaaea041d37d67e52b43097 100644 (file)
@@ -201,7 +201,7 @@ class ImageRepo
      * @throws \BookStack\Exceptions\ImageUploadException
      * @throws \Exception
      */
-    private function loadThumbs(Image $image)
+    protected function loadThumbs(Image $image)
     {
         $image->thumbs = [
             'gallery' => $this->getThumbnail($image, 150, 150),