From 24ef597b1b108887e19d283cec5a19360bea4873 Mon Sep 17 00:00:00 2001 From: mjansen Date: Fri, 17 Apr 2026 12:58:54 +0200 Subject: [PATCH] [FIX] User: Fix missing namespace in profile migration Mantis Issue: https://mantis.ilias.de/view.php?id=47637 --- components/ILIAS/User/src/Setup/UserProfileMigrations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ILIAS/User/src/Setup/UserProfileMigrations.php b/components/ILIAS/User/src/Setup/UserProfileMigrations.php index 234c042fb289..2b9a217b404e 100755 --- a/components/ILIAS/User/src/Setup/UserProfileMigrations.php +++ b/components/ILIAS/User/src/Setup/UserProfileMigrations.php @@ -19,11 +19,11 @@ namespace ILIAS\User\Setup; use ILIAS\User\Profile\Fields\AvailableSections; -use ILIAS\User\Profile\Fields\Custom\TextArea; use ILIAS\Setup\Migration; use ILIAS\Setup\Environment; use ILIAS\Setup\AdminInteraction; use ILIAS\Data\UUID\Factory as UUIDFactory; +use ILIAS\User\Profile\Fields\Custom\Text; class UserProfileMigrations implements Migration {