From affa772e5b04da29d7abedd671df59356abec30a Mon Sep 17 00:00:00 2001 From: Jesus Manuel Olivas Date: Fri, 28 Jul 2017 00:23:49 -0700 Subject: [PATCH] [console] Add base commands. (#211) --- src/Command/Command.php | 20 ++++++++++++++++++++ src/Command/ContainerAwareCommand.php | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 src/Command/Command.php create mode 100644 src/Command/ContainerAwareCommand.php diff --git a/src/Command/Command.php b/src/Command/Command.php new file mode 100644 index 0000000..200a455 --- /dev/null +++ b/src/Command/Command.php @@ -0,0 +1,20 @@ +