From fb3280eaff57b60148db6443776e257e2f5d38f7 Mon Sep 17 00:00:00 2001 From: flynsarmy Date: Thu, 12 Feb 2015 19:03:29 +1000 Subject: [PATCH] Add support for October CMS config --- src/Console/GeneratorCommand.php | 2 +- src/Generator.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Console/GeneratorCommand.php b/src/Console/GeneratorCommand.php index 07ccfee..40e7b15 100644 --- a/src/Console/GeneratorCommand.php +++ b/src/Console/GeneratorCommand.php @@ -59,7 +59,7 @@ class GeneratorCommand extends Command * @param \Illuminate\View\Factory $view */ public function __construct( - ConfigRepository $config, + /*ConfigRepository */ $config, Filesystem $files, /* Illuminate\View\Factory */ $view ) { diff --git a/src/Generator.php b/src/Generator.php index 832f34c..a007c20 100644 --- a/src/Generator.php +++ b/src/Generator.php @@ -36,7 +36,7 @@ class Generator * @param \Symfony\Component\Console\Output\OutputInterface $output * @param string $helpers */ - public function __construct(ConfigRepository $config, + public function __construct(/*ConfigRepository */ $config, /* Illuminate\View\Factory */ $view, OutputInterface $output = null, $helpers = ''