diff --git a/app/controllers/api/storage.php b/app/controllers/api/storage.php index 7ec8c2033b..6e18a6067f 100644 --- a/app/controllers/api/storage.php +++ b/app/controllers/api/storage.php @@ -412,8 +412,8 @@ App::post('/v1/storage/buckets/:bucketId/files') $file = $request->getFiles('file'); /** - * Validators - */ + * Validators + */ $allowedFileExtensions = $bucket->getAttribute('allowedFileExtensions', []); $fileExt = new FileExt($allowedFileExtensions);