From 05b0447a6ea0f2caabb341224e2c62e467105e19 Mon Sep 17 00:00:00 2001 From: Louis Charette Date: Sat, 11 Mar 2023 22:41:52 -0500 Subject: [PATCH] Update command --- app/src/Bakery/HelloCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/Bakery/HelloCommand.php b/app/src/Bakery/HelloCommand.php index 4fbe64bd8..c03d931b6 100644 --- a/app/src/Bakery/HelloCommand.php +++ b/app/src/Bakery/HelloCommand.php @@ -27,7 +27,7 @@ class HelloCommand extends Command /** * {@inheritdoc} */ - protected function configure() + protected function configure(): void { $this->setName('hello') ->setDescription('Show hello world message');