diff --git a/apps/user_ldap/lib/Migration/Version1130Date20211102154716.php b/apps/user_ldap/lib/Migration/Version1130Date20211102154716.php index 8c92bf5c7bd..0c1dcee0a35 100644 --- a/apps/user_ldap/lib/Migration/Version1130Date20211102154716.php +++ b/apps/user_ldap/lib/Migration/Version1130Date20211102154716.php @@ -27,10 +27,10 @@ declare(strict_types=1); namespace OCA\User_LDAP\Migration; use Closure; +use Doctrine\DBAL\Types\Types; use OCP\DB\Exception; use OCP\DB\ISchemaWrapper; use OCP\DB\QueryBuilder\IQueryBuilder; -use OCP\DB\Types; use OCP\IDBConnection; use OCP\Migration\IOutput; use OCP\Migration\SimpleMigrationStep; diff --git a/apps/user_ldap/lib/Migration/Version1130Date20220110154718.php b/apps/user_ldap/lib/Migration/Version1130Date20220110154718.php index 5f146ab06a5..b585b3a6b17 100644 --- a/apps/user_ldap/lib/Migration/Version1130Date20220110154718.php +++ b/apps/user_ldap/lib/Migration/Version1130Date20220110154718.php @@ -27,8 +27,8 @@ declare(strict_types=1); namespace OCA\User_LDAP\Migration; use Closure; +use Doctrine\DBAL\Types\Types; use OCP\DB\ISchemaWrapper; -use OCP\DB\Types; use OCP\Migration\IOutput; class Version1130Date20220110154718 extends GroupMappingMigration {