diff options
Diffstat (limited to 'apps/files_trashbin/lib/Migration/Version1010Date20200630192639.php')
-rw-r--r-- | apps/files_trashbin/lib/Migration/Version1010Date20200630192639.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/lib/Migration/Version1010Date20200630192639.php b/apps/files_trashbin/lib/Migration/Version1010Date20200630192639.php index 12cb1d40efd..0ede446fba8 100644 --- a/apps/files_trashbin/lib/Migration/Version1010Date20200630192639.php +++ b/apps/files_trashbin/lib/Migration/Version1010Date20200630192639.php @@ -28,7 +28,7 @@ declare(strict_types=1); namespace OCA\Files_Trashbin\Migration; use Closure; -use Doctrine\DBAL\Types\Types; +use OCP\DB\Types; use OCP\DB\ISchemaWrapper; use OCP\Migration\IOutput; use OCP\Migration\SimpleMigrationStep; |