Skip to content

Commit

Permalink
Merge pull request #93 from neighborhoods/KOJO-96-no-more-exception-c…
Browse files Browse the repository at this point in the history
…rash-looping

KOJO-96 | Removing unnecessary interface method
  • Loading branch information
mucha55 committed Dec 26, 2019
2 parents 595adf3 + f8e53a5 commit 23b5caf
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 23b5caf

Please sign in to comment.