Modified form to work properly with new datastructure

This commit is contained in:
Jan Böhmer 2025-11-09 23:02:40 +01:00
parent 92ca46210a
commit 1ec34a2bb0
5 changed files with 141 additions and 120 deletions

View file

@ -24,7 +24,6 @@ declare(strict_types=1);
namespace App\Settings\SystemSettings;
use Jbtronics\SettingsBundle\Settings\EmbeddedSettings;
use App\Settings\BehaviorSettings\DataSourceSynonymsSettings;
use Jbtronics\SettingsBundle\Settings\Settings;
use Symfony\Component\Translation\TranslatableMessage as TM;