Skip to content

Commit

Permalink
Update KeyGenerateCommand.php
Browse files Browse the repository at this point in the history
Co-authored-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
tanthammar and crynobone authored Feb 1, 2025
1 parent 76ddee7 commit ea1426f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Console/KeyGenerateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class KeyGenerateCommand extends Command
*
* @return void
*/
public function handle(): void
public function handle()
{
if ($this->shouldSaveExistingKey()) {
return;
Expand Down

0 comments on commit ea1426f

Please sign in to comment.