Loading appinfo/info.xml +1 −0 Original line number Diff line number Diff line Loading @@ -26,5 +26,6 @@ </settings> <commands> <command>OCA\EcloudAccounts\Command\Migrate2FASecrets</command> <command>OCA\EcloudAccounts\Command\MigrateWebmailAddressbooks</command> </commands> </info> lib/Command/MigrateWebmailAddressbooks.php +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
appinfo/info.xml +1 −0 Original line number Diff line number Diff line Loading @@ -26,5 +26,6 @@ </settings> <commands> <command>OCA\EcloudAccounts\Command\Migrate2FASecrets</command> <command>OCA\EcloudAccounts\Command\MigrateWebmailAddressbooks</command> </commands> </info>
lib/Command/MigrateWebmailAddressbooks.php +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading