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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2020-11-16 22:09:24 +0300
committerGitHub <noreply@github.com>2020-11-16 22:09:24 +0300
commitad32cc525c8ada919243c8fae26f137bbcdd2e46 (patch)
treef25a5c5ed8df15d858c789e370d3dbf2cb387b81
parenta13049215908e656e9b3e20fb4f3072efe2f5c6f (diff)
Fix typo of class name
-rw-r--r--lib/Migration/Version030201Date20201116123153.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Migration/Version030201Date20201116123153.php b/lib/Migration/Version030201Date20201116123153.php
index cfc68bae4..abacaa6fa 100644
--- a/lib/Migration/Version030201Date20201116123153.php
+++ b/lib/Migration/Version030201Date20201116123153.php
@@ -56,7 +56,7 @@ class Version030201Date20201116123153 extends SimpleMigrationStep {
'length' => 64,
'default' => ''
]);
- $table->addColumn('base_version_etag', TYPE::STRING, [
+ $table->addColumn('base_version_etag', Type::STRING, [
'notnull' => false,
'length' => 64,
'default' => ''