diff options
Diffstat (limited to 'app/views/web_migrate/index.php')
| -rw-r--r-- | app/views/web_migrate/index.php | 2 |
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()): ?> |
