diff --git a/src/ForemanInterface.php b/src/ForemanInterface.php index ac9290d4..440e037d 100644 --- a/src/ForemanInterface.php +++ b/src/ForemanInterface.php @@ -12,7 +12,5 @@ public function workWorker(): ForemanInterface; public function setServiceUpdateWorkFactory(Update\Work\FactoryInterface $updateWorkFactory); - public function setServiceUpdateCrashFactory(Update\Crash\FactoryInterface $updateCrashFactory); - public function setApiV1WorkerService(ServiceInterface $workerService); -} \ No newline at end of file +}