From cf14306c2b3f82a81f8d56669a71633b4d4b5fce Mon Sep 17 00:00:00 2001 From: marvin-borner@live.com Date: Mon, 16 Apr 2018 21:09:05 +0200 Subject: Main merge to user management system - files are now at /main/public/ --- main/app/system/Bakery/BaseCommand.php | 58 ++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100755 main/app/system/Bakery/BaseCommand.php (limited to 'main/app/system/Bakery/BaseCommand.php') diff --git a/main/app/system/Bakery/BaseCommand.php b/main/app/system/Bakery/BaseCommand.php new file mode 100755 index 0000000..1a59141 --- /dev/null +++ b/main/app/system/Bakery/BaseCommand.php @@ -0,0 +1,58 @@ +io = new SymfonyStyle($input, $output); + $this->projectRoot = \UserFrosting\ROOT_DIR; + } + + /** + * Setup the global container object + */ + public function setContainer(ContainerInterface $ci) + { + $this->ci = $ci; + } +} -- cgit v1.2.3