From ea1426ffa5f4763c6c140745aaab6d9f006240a2 Mon Sep 17 00:00:00 2001 From: TinaH Date: Sat, 1 Feb 2025 21:36:06 +0100 Subject: [PATCH] Update KeyGenerateCommand.php Co-authored-by: Mior Muhammad Zaki --- src/Illuminate/Foundation/Console/KeyGenerateCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Foundation/Console/KeyGenerateCommand.php b/src/Illuminate/Foundation/Console/KeyGenerateCommand.php index 4aab800c3be..fd6f34f6ce8 100644 --- a/src/Illuminate/Foundation/Console/KeyGenerateCommand.php +++ b/src/Illuminate/Foundation/Console/KeyGenerateCommand.php @@ -33,7 +33,7 @@ class KeyGenerateCommand extends Command * * @return void */ - public function handle(): void + public function handle() { if ($this->shouldSaveExistingKey()) { return;