aboutsummaryrefslogtreecommitdiffhomepage
path: root/migrations/20241208_165411_create_note_mentions.php
diff options
context:
space:
mode:
Diffstat (limited to 'migrations/20241208_165411_create_note_mentions.php')
-rw-r--r--migrations/20241208_165411_create_note_mentions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/migrations/20241208_165411_create_note_mentions.php b/migrations/20241208_165411_create_note_mentions.php
index f589161..8cf494c 100644
--- a/migrations/20241208_165411_create_note_mentions.php
+++ b/migrations/20241208_165411_create_note_mentions.php
@@ -1,6 +1,6 @@
<?php
-use \WpfTest\Db\Migrator;
+use \Digitigrade\Db\Migrator;
Migrator::getInstance()->register(20241208_165411, function (PDO $db) {
// forgot this table in create_note :(