diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-01-12 10:20:12 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-01-12 14:09:13 +0100 |
commit | c1d4f8161bf46dd6d4a9092c6c73934225c8550b (patch) | |
tree | 45522cc5277f23edc9762dd83848badc20a9f850 /apps/dav/lib/Migration/Version1012Date20190808122342.php | |
parent | d4e6463eb27c44d2aad5befe1c687934ded5164e (diff) | |
download | nextcloud-server-c1d4f8161bf46dd6d4a9092c6c73934225c8550b.tar.gz nextcloud-server-c1d4f8161bf46dd6d4a9092c6c73934225c8550b.zip |
Migrate internal classes to the OCP db col types
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/dav/lib/Migration/Version1012Date20190808122342.php')
-rw-r--r-- | apps/dav/lib/Migration/Version1012Date20190808122342.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/Migration/Version1012Date20190808122342.php b/apps/dav/lib/Migration/Version1012Date20190808122342.php index b67f2fb26d7..d3b4304e571 100644 --- a/apps/dav/lib/Migration/Version1012Date20190808122342.php +++ b/apps/dav/lib/Migration/Version1012Date20190808122342.php @@ -29,7 +29,7 @@ declare(strict_types=1); namespace OCA\DAV\Migration; -use Doctrine\DBAL\Types\Types; +use OCP\DB\Types; use OCP\DB\ISchemaWrapper; use OCP\Migration\IOutput; use OCP\Migration\SimpleMigrationStep; |