From 92b7dd3335a6572debeacfb5faa82c63a5e67888 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 8 Jun 2018 20:03:25 +0200 Subject: Some minor fixes --- main/app/system/Bakery/BaseCommand.php | 114 ++++++++++++++++----------------- 1 file changed, 57 insertions(+), 57 deletions(-) (limited to 'main/app/system/Bakery/BaseCommand.php') diff --git a/main/app/system/Bakery/BaseCommand.php b/main/app/system/Bakery/BaseCommand.php index bc1c005..bcefe3d 100644 --- a/main/app/system/Bakery/BaseCommand.php +++ b/main/app/system/Bakery/BaseCommand.php @@ -1,57 +1,57 @@ -io = new SymfonyStyle($input, $output); - $this->projectRoot = \UserFrosting\ROOT_DIR; - } - - /** - * Setup the global container object - */ - public function setContainer(ContainerInterface $ci) { - $this->ci = $ci; - } -} +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