Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit db28570d authored by Akhil's avatar Akhil
Browse files

Add command to info.xml

parent 523256a9
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,5 +26,6 @@
	</settings>
    <commands>
        <command>OCA\EcloudAccounts\Command\Migrate2FASecrets</command>
        <command>OCA\EcloudAccounts\Command\MigrateWebmailAddressbooks</command>
    </commands>
</info>
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ use Symfony\Component\Console\Output\OutputInterface;
use OCA\EcloudAccounts\Db\WebmailMapper;
use OCP\IUserManager;

class Migrate2FASecrets extends Command {
class MigrateWebmailAddressbooks extends Command {
	private OutputInterface $commandOutput;
	private WebmailMapper $webmailMapper;
	private IUserManager $userManager;