diff options
Diffstat (limited to 'apps/federatedfilesharing/lib/Migration/Version1010Date20200630191755.php')
-rw-r--r-- | apps/federatedfilesharing/lib/Migration/Version1010Date20200630191755.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/lib/Migration/Version1010Date20200630191755.php b/apps/federatedfilesharing/lib/Migration/Version1010Date20200630191755.php index a2891855b55..4bf254fcbd0 100644 --- a/apps/federatedfilesharing/lib/Migration/Version1010Date20200630191755.php +++ b/apps/federatedfilesharing/lib/Migration/Version1010Date20200630191755.php @@ -27,7 +27,7 @@ declare(strict_types=1); namespace OCA\FederatedFileSharing\Migration; use Closure; -use Doctrine\DBAL\Types\Types; +use OCP\DB\Types; use OCP\DB\ISchemaWrapper; use OCP\Migration\IOutput; use OCP\Migration\SimpleMigrationStep; |