1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

fix indentation

This commit is contained in:
Damodar Lohani 2022-02-23 06:09:01 +00:00
parent 421faf24bd
commit 7a84fc88a6

View file

@ -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);