Skip to content

Commit

Permalink
Merge pull request #28 from alexplusde/qanda-lang-fix
Browse files Browse the repository at this point in the history
add qanda_lang Model Class
  • Loading branch information
alxndr-w committed Dec 7, 2023
2 parents baef070 + ff0b070 commit 4552b24
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 4552b24

Please sign in to comment.