diff --git a/Command/Command.php b/Command/Command.php new file mode 100644 index 0000000..5144a76 --- /dev/null +++ b/Command/Command.php @@ -0,0 +1,40 @@ +what = (string)$what; + } + + public function execute() + { + echo $this->what; + } +} \ No newline at end of file