From 15793496e8d56769c792cf39673c6e6dea3ec4d9 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 28 Jun 2018 21:15:57 +0200 Subject: Preparing for complete rewrite.. --- main/app/system/Bakery/BaseCommand.php | 57 ---------------------------------- 1 file changed, 57 deletions(-) delete mode 100644 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 deleted file mode 100644 index bcefe3d..0000000 --- a/main/app/system/Bakery/BaseCommand.php +++ /dev/null @@ -1,57 +0,0 @@ -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