@@ -24,6 +24,7 @@ class ComposerStaticInitFiles_Versions
2424 'Composer \\InstalledVersions ' => __DIR__ . '/.. ' . '/composer/InstalledVersions.php ' ,
2525 'OCA \\Files_Versions \\AppInfo \\Application ' => __DIR__ . '/.. ' . '/../lib/AppInfo/Application.php ' ,
2626 'OCA \\Files_Versions \\BackgroundJob \\ExpireVersions ' => __DIR__ . '/.. ' . '/../lib/BackgroundJob/ExpireVersions.php ' ,
27+ 'OCA \\Files_Versions \\BlockVersioningOperation ' => __DIR__ . '/.. ' . '/../lib/BlockVersioningOperation.php ' ,
2728 'OCA \\Files_Versions \\Capabilities ' => __DIR__ . '/.. ' . '/../lib/Capabilities.php ' ,
2829 'OCA \\Files_Versions \\Command \\CleanUp ' => __DIR__ . '/.. ' . '/../lib/Command/CleanUp.php ' ,
2930 'OCA \\Files_Versions \\Command \\Expire ' => __DIR__ . '/.. ' . '/../lib/Command/Expire.php ' ,
@@ -44,7 +45,6 @@ class ComposerStaticInitFiles_Versions
4445 'OCA \\Files_Versions \\Listener \\VersionAuthorListener ' => __DIR__ . '/.. ' . '/../lib/Listener/VersionAuthorListener.php ' ,
4546 'OCA \\Files_Versions \\Listener \\VersionStorageMoveListener ' => __DIR__ . '/.. ' . '/../lib/Listener/VersionStorageMoveListener.php ' ,
4647 'OCA \\Files_Versions \\Migration \\Version1020Date20221114144058 ' => __DIR__ . '/.. ' . '/../lib/Migration/Version1020Date20221114144058.php ' ,
47- 'OCA \\Files_Versions \\Operation ' => __DIR__ . '/.. ' . '/../lib/Operation.php ' ,
4848 'OCA \\Files_Versions \\Sabre \\Plugin ' => __DIR__ . '/.. ' . '/../lib/Sabre/Plugin.php ' ,
4949 'OCA \\Files_Versions \\Sabre \\RestoreFolder ' => __DIR__ . '/.. ' . '/../lib/Sabre/RestoreFolder.php ' ,
5050 'OCA \\Files_Versions \\Sabre \\RootCollection ' => __DIR__ . '/.. ' . '/../lib/Sabre/RootCollection.php ' ,
0 commit comments