Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr-w committed Feb 15, 2025
2 parents d223091 + 8f8ea6b commit 41bd23b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boot.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
}
*/

/* Listendarstellung verändern
/* Listendarstellung verändern
if (rex::isBackend()) {
rex_extension::register('YFORM_DATA_LIST', Entry::epYformDataList(...));
rex_extension::register('YFORM_DATA_LIST', Category::epYformDataList(...));
Expand Down
4 changes: 2 additions & 2 deletions lib/Category.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace Alexplusde\Blaupause;

use rex_yform_manager_dataset;
use rex_extension_point;
use rex_csrf_token;
use rex_extension_point;
use rex_url;
use rex_yform_manager_dataset;

class Entry extends rex_yform_manager_dataset
{
Expand Down

0 comments on commit 41bd23b

Please sign in to comment.