diff --git a/src/Commands/MakeTaskCommand.php b/src/Commands/MakeTaskCommand.php index 9fab1e0..fd9f426 100644 --- a/src/Commands/MakeTaskCommand.php +++ b/src/Commands/MakeTaskCommand.php @@ -27,7 +27,7 @@ protected function configure() * @param OutputInterface $output * @return int */ - protected function execute(InputInterface $input, OutputInterface $output) + protected function execute(InputInterface $input, OutputInterface $output) : int { $name = $input->getArgument('name'); $savePath = $this->savePath ?: config('plugin.webman-tech.crontab-task.app.command_make.save_path', 'crontab/tasks');