From 4cb62dab4e1039b588aafa9a43ac4847e371d46e Mon Sep 17 00:00:00 2001 From: Dmitry Fedyuk Date: Mon, 26 Oct 2020 01:20:26 +0600 Subject: [PATCH] https://github.com/tradefurniturecompany/image/issues/1 --- Command.php | 20 ++++++++++++++++++++ etc/di.xml | 13 +++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 Command.php create mode 100644 etc/di.xml diff --git a/Command.php b/Command.php new file mode 100644 index 0000000..b5b0a31 --- /dev/null +++ b/Command.php @@ -0,0 +1,20 @@ +setName('tfc:image')->setDescription('Processes product images');} + + /** + * 2020-10-25 + * @override + * @see \Df\Framework\Console\Command::p() + * @used-by \Df\Framework\Console\Command::execute() + * @return void + */ + protected function p() {$this->output()->writeln(__METHOD__);} +} \ No newline at end of file diff --git a/etc/di.xml b/etc/di.xml new file mode 100644 index 0000000..5c9611f --- /dev/null +++ b/etc/di.xml @@ -0,0 +1,13 @@ + + + + + + TFC\Image\Command + + + + \ No newline at end of file