File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 9
9
10
10
use AmpProject \AmpWP \Admin ;
11
11
use AmpProject \AmpWP \BackgroundTask ;
12
- use AmpProject \AmpWP \BackgroundTask \BackgroundTaskDeactivator ;
13
12
use AmpProject \AmpWP \Infrastructure \Injector ;
14
13
use AmpProject \AmpWP \Infrastructure \ServiceBasedPlugin ;
15
14
use AmpProject \AmpWP \Instrumentation ;
@@ -86,7 +85,6 @@ final class AmpWpPlugin extends ServiceBasedPlugin {
86
85
'validated_url_stylesheet_gc ' => BackgroundTask \ValidatedUrlStylesheetDataGarbageCollection::class,
87
86
'url_validation_cron ' => URLValidationCron::class,
88
87
'save_post_validation_single_event ' => SavePostValidationEvent::class,
89
- 'background_task_deactivator ' => BackgroundTaskDeactivator::class,
90
88
];
91
89
92
90
/**
@@ -169,6 +167,7 @@ protected function get_shared_instances() {
169
167
DevTools \FileReflection::class,
170
168
ReaderThemeLoader::class,
171
169
Injector::class,
170
+ BackgroundTask \BackgroundTaskDeactivator::class,
172
171
];
173
172
}
174
173
You can’t perform that action at this time.
0 commit comments