diff --git a/src/ForemanInterface.php b/src/ForemanInterface.php index a2af2fe..fcdaf7c 100644 --- a/src/ForemanInterface.php +++ b/src/ForemanInterface.php @@ -7,7 +7,7 @@ use Neighborhoods\Kojo\Api\V1\Worker; use Neighborhoods\Kojo\Service\Update; -interface ForemanInterface extends Connection\Service\AwareInterface, Worker\Service\AwareInterface +interface ForemanInterface { public function workWorker(): ForemanInterface;