Skip to content

Commit 5b2a21a

Browse files
committed
Removed add() method from Label contract
1 parent e5baf60 commit 5b2a21a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Contract/Label.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818

1919
interface Label extends Job, \IteratorAggregate
2020
{
21-
public function add(Command $command);
22-
2321
public function getMedia(): array;
2422

2523
public function getCharset(): ?Charset;

0 commit comments

Comments
 (0)