Skip to content

Commit 986948d

Browse files
committed
Removing __invoke in CommandHandler
1 parent 8122e51 commit 986948d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/CommandBus/Contracts/CommandHandler.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,5 @@
1414
*/
1515
interface CommandHandler
1616
{
17-
/**
18-
* @param Command $command
19-
*/
20-
public function __invoke($command);
17+
2118
}

0 commit comments

Comments
 (0)