Rename migration service file

This commit is contained in:
kolaente 2021-09-03 20:52:45 +02:00
parent 8b4efeeb11
commit af4a99dd24
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
</template>
<script>
import AbstractMigrationService from '../../services/migrator/abstractMigrationService'
import AbstractMigrationService from '../../services/migrator/abstractMigration'
export default {
name: 'migration',