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 <[email protected]>
  • Loading branch information
tanthammar and crynobone authored Feb 1, 2025
1 parent 6f07620 commit bf3522f
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 @@ -96,7 +96,7 @@ protected function generateRandomKey(): string
* @param string $key
* @return bool
*/
protected function setKeyInEnvironmentFile(string $key): bool
protected function setKeyInEnvironmentFile($key)
{
$currentKey = $this->laravel['config']['app.key'];

Expand Down

0 comments on commit bf3522f

Please sign in to comment.