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 = ''