From 8f8ea6b2e37573a53b9a39d9dd3523c0dbab757a Mon Sep 17 00:00:00 2001 From: alxndr-w Date: Sat, 15 Feb 2025 18:51:35 +0000 Subject: [PATCH] Apply php-cs-fixer changes --- boot.php | 2 +- lib/blaupause.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/boot.php b/boot.php index e871952..3e795b5 100644 --- a/boot.php +++ b/boot.php @@ -92,7 +92,7 @@ } */ -/* Listendarstellung verändern +/* Listendarstellung verändern if (rex::isBackend()) { rex_extension::register('YFORM_DATA_LIST', Blaupause::epYformDataList(...)); } diff --git a/lib/blaupause.php b/lib/blaupause.php index da57d98..92909b9 100644 --- a/lib/blaupause.php +++ b/lib/blaupause.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 Blaupause extends rex_yform_manager_dataset {