Skip to content

Commit

Permalink
KOJO-96 | Removing unnecessary interface method
Browse files Browse the repository at this point in the history
  • Loading branch information
mucha55 committed Dec 26, 2019
1 parent 2818ccf commit f8e53a5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ForemanInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

0 comments on commit f8e53a5

Please sign in to comment.