Skip to content

Commit

Permalink
add modelclass for rex_qanda_lang
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrant88 committed Dec 7, 2023
1 parent baef070 commit 900c18a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions boot.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {

Expand Down

0 comments on commit 900c18a

Please sign in to comment.