diff --git a/app/Console/Command/InitCommand.php b/app/Console/Command/InitCommand.php index d39c102..81a51ab 100644 --- a/app/Console/Command/InitCommand.php +++ b/app/Console/Command/InitCommand.php @@ -29,6 +29,7 @@ class InitCommand extends Command */ protected function execute($input, $output) { + // TODO copy config file $output->write('hello, this in ' . __METHOD__); } }