From 2b7214ffc282d2195d3874175abfbbc633a2fcda Mon Sep 17 00:00:00 2001 From: Jacques Marcotte Date: Mon, 26 Apr 2021 13:09:01 -0500 Subject: [PATCH] KOJO-201 | Remove Connection/Worker Service AwareInterfaces from Foreman --- src/ForemanInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;