From de833783720a48a774a57a81eebad7d0fd1b25cd Mon Sep 17 00:00:00 2001 From: Zike Date: Mon, 22 Jan 2024 21:10:51 -0500 Subject: [PATCH] Update MakeTaskCommand.php --- src/Commands/MakeTaskCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');