added user_with_full_storage_capacity_try_to_upload_new_file

This commit is contained in:
Peter Papp
2021-07-23 17:53:17 +02:00
parent 5c848f75a6
commit 7a85a03fea
2 changed files with 41 additions and 1 deletions
@@ -23,7 +23,6 @@ class CheckStorageCapacityAction
->delete("chunks/$temp_filename");
// Abort uploading
// TODO: test pre exceed storage limit
abort(423, 'You exceed your storage limit!');
}
}