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 ac3d761 commit 8886eaf
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 @@ -141,7 +141,7 @@ protected function writeNewEnvironmentFileWith(string $key): bool
*
* @return string
*/
protected function keyReplacementPattern(): string
protected function keyReplacementPattern()
{
$escaped = preg_quote('='.$this->laravel['config']['app.key'], '/');

Expand Down

0 comments on commit 8886eaf

Please sign in to comment.