Skip to content

Commit

Permalink
Add support for October CMS config
Browse files Browse the repository at this point in the history
  • Loading branch information
Flynsarmy committed Feb 12, 2015
1 parent 800ac05 commit fb3280e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Console/GeneratorCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
) {
Expand Down
2 changes: 1 addition & 1 deletion src/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit fb3280e

Please sign in to comment.