aboutsummaryrefslogtreecommitdiff
path: root/app/views/web_migrate
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/web_migrate')
-rw-r--r--app/views/web_migrate/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/web_migrate/index.php b/app/views/web_migrate/index.php
index b26b90c..589d50a 100644
--- a/app/views/web_migrate/index.php
+++ b/app/views/web_migrate/index.php
@@ -51,7 +51,7 @@
<?= htmlReady($number) ?>
</td>
<td>
- <?= htmlReady(get_class($migration)) ?>
+ <?= htmlReady($migration->getName()) ?>
</td>
<td>
<? if ($migration->description()): ?>