From fdc7fe289a98d36ea566c8360f6eddc0b5b6913d Mon Sep 17 00:00:00 2001 From: Lukas Schaefer Date: Wed, 1 Jul 2026 16:08:41 -0400 Subject: [PATCH] Fix on some instances EntityType not being found Signed-off-by: Lukas Schaefer --- lib/Db/EntityType.php | 13 +++++++++++++ lib/Db/QuotaUserMapper.php | 5 ----- 2 files changed, 13 insertions(+), 5 deletions(-) create mode 100644 lib/Db/EntityType.php diff --git a/lib/Db/EntityType.php b/lib/Db/EntityType.php new file mode 100644 index 00000000..29f11358 --- /dev/null +++ b/lib/Db/EntityType.php @@ -0,0 +1,13 @@ + */