File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
files_trashbin/lib/UserMigration
settings/lib/UserMigration Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 4242use OCP \UserMigration \IExportDestination ;
4343use OCP \UserMigration \IImportSource ;
4444use OCP \UserMigration \IMigrator ;
45+ use OCP \UserMigration \ISizeEstimationMigrator ;
4546use OCP \UserMigration \TMigratorBasicVersionHandling ;
4647use Sabre \VObject \Component as VObjectComponent ;
4748use Sabre \VObject \Component \VCalendar ;
5354use Symfony \Component \Console \Output \OutputInterface ;
5455use Throwable ;
5556
56- class CalendarMigrator implements IMigrator {
57+ class CalendarMigrator implements IMigrator, ISizeEstimationMigrator {
5758
5859 use TMigratorBasicVersionHandling;
5960
Original file line number Diff line number Diff line change 3939use OCP \UserMigration \IExportDestination ;
4040use OCP \UserMigration \IImportSource ;
4141use OCP \UserMigration \IMigrator ;
42+ use OCP \UserMigration \ISizeEstimationMigrator ;
4243use OCP \UserMigration \TMigratorBasicVersionHandling ;
4344use Sabre \VObject \Component \VCard ;
4445use Sabre \VObject \Parser \Parser as VObjectParser ;
5051use Symfony \Component \Console \Output \OutputInterface ;
5152use Throwable ;
5253
53- class ContactsMigrator implements IMigrator {
54+ class ContactsMigrator implements IMigrator, ISizeEstimationMigrator {
5455
5556 use TMigratorBasicVersionHandling;
5657
Original file line number Diff line number Diff line change 3636use OCP \UserMigration \IExportDestination ;
3737use OCP \UserMigration \IImportSource ;
3838use OCP \UserMigration \IMigrator ;
39+ use OCP \UserMigration \ISizeEstimationMigrator ;
3940use OCP \UserMigration \TMigratorBasicVersionHandling ;
4041use OCP \UserMigration \UserMigrationException ;
4142use Symfony \Component \Console \Output \OutputInterface ;
4243
43- class TrashbinMigrator implements IMigrator {
44+ class TrashbinMigrator implements IMigrator, ISizeEstimationMigrator {
4445
4546 use TMigratorBasicVersionHandling;
4647
Original file line number Diff line number Diff line change 3737use OCP \UserMigration \IExportDestination ;
3838use OCP \UserMigration \IImportSource ;
3939use OCP \UserMigration \IMigrator ;
40+ use OCP \UserMigration \ISizeEstimationMigrator ;
4041use OCP \UserMigration \TMigratorBasicVersionHandling ;
4142use Symfony \Component \Console \Output \OutputInterface ;
4243use Throwable ;
4344
44- class AccountMigrator implements IMigrator {
45+ class AccountMigrator implements IMigrator, ISizeEstimationMigrator {
4546 use TMigratorBasicVersionHandling;
4647
4748 use TAccountsHelper;
You can’t perform that action at this time.
0 commit comments