Skip to content

Commit b3e9a42

Browse files
committed
Backup command added to providers.
Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent e9f88d2 commit b3e9a42

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/kotlin/com/mairwunnx/projectessentials/backup/ModuleObject.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
package com.mairwunnx.projectessentials.backup
44

5+
import com.mairwunnx.projectessentials.backup.commands.BackupCommand
56
import com.mairwunnx.projectessentials.backup.configurations.BackupConfiguration
67
import com.mairwunnx.projectessentials.backup.managers.BackupManager
78
import com.mairwunnx.projectessentials.core.api.v1.module.IModule
@@ -32,6 +33,7 @@ class ModuleObject : IModule {
3233

3334
private fun initProviders() {
3435
listOf(
36+
BackupCommand::class.java,
3537
BackupConfiguration::class.java,
3638
ModuleObject::class.java
3739
).forEach(ProviderAPI::addProvider)

0 commit comments

Comments
 (0)