Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dav/lib/Migration/Version1011Date20190725113607.php')
-rw-r--r--apps/dav/lib/Migration/Version1011Date20190725113607.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/Migration/Version1011Date20190725113607.php b/apps/dav/lib/Migration/Version1011Date20190725113607.php
index f55f134c596..cf23b4f00fa 100644
--- a/apps/dav/lib/Migration/Version1011Date20190725113607.php
+++ b/apps/dav/lib/Migration/Version1011Date20190725113607.php
@@ -28,7 +28,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;