diff --git a/boot.php b/boot.php index 3ebb0cf..2dcef06 100644 --- a/boot.php +++ b/boot.php @@ -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(...)); diff --git a/lib/Category.php b/lib/Category.php index 212e1a4..055027d 100644 --- a/lib/Category.php +++ b/lib/Category.php @@ -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 {