From ff0b070d04f8514140672d68b910e4ae77135cf2 Mon Sep 17 00:00:00 2001 From: Alexander Walther Date: Thu, 7 Dec 2023 16:09:34 +0100 Subject: [PATCH] add qanda_lang Model Class --- boot.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/boot.php b/boot.php index 122770d..ff9599d 100644 --- a/boot.php +++ b/boot.php @@ -8,6 +8,10 @@ 'rex_qanda_category', qanda_category::class, ); +rex_yform_manager_dataset::setModelClass( + 'rex_qanda_lang', + qanda_lang::class, +); if (rex::isBackend() && 'qanda/qanda' == rex_be_controller::getCurrentPage()) {