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 8886eaf commit 6f07620
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 @@ -117,7 +117,7 @@ protected function setKeyInEnvironmentFile(string $key): bool
* @param string $key
* @return bool
*/
protected function writeNewEnvironmentFileWith(string $key): bool
protected function writeNewEnvironmentFileWith($key)
{
$replaced = preg_replace(
$this->keyReplacementPattern(),
Expand Down

0 comments on commit 6f07620

Please sign in to comment.