Skip to content

Commit

Permalink
KOJO-201 | Remove Connection/Worker Service AwareInterfaces from Foreman
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmarcotte committed Apr 26, 2021
1 parent c988a7c commit 2b7214f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ForemanInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 2b7214f

Please sign in to comment.