diff --git a/Behavioral/Command/CommandInterface.php b/Behavioral/Command/CommandInterface.php index ebdbb85..ad9117b 100644 --- a/Behavioral/Command/CommandInterface.php +++ b/Behavioral/Command/CommandInterface.php @@ -1,6 +1,6 @@ invoker = new Invoker(); $this->receiver = new Receiver(); }