]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Images/GalleryImageController.php
Updated System CLI
[bookstack] / app / Http / Controllers / Images / GalleryImageController.php
index 99226e5e9178d1e5a2d7554b449206b1cc563e17..c01eccfee30193a5fc95f85f5a2630e190846569 100644 (file)
@@ -48,7 +48,6 @@ class GalleryImageController extends Controller
                 'file' => $this->getImageValidationRules(),
             ]);
         } catch (ValidationException $exception) {
-            // TODO - Check potential other upload locations?
             return $this->jsonError(implode("\n", $exception->errors()['file']));
         }