Skip to content

Commit

Permalink
Merge branch 'laravel-11' of https://github.com/RahulDey12/laravel-ca…
Browse files Browse the repository at this point in the history
…ptcha into laravel-11
  • Loading branch information
RahulDey12 committed Mar 30, 2024
2 parents ba89113 + 5d16b53 commit 3b78d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CaptchaServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class CaptchaServiceProvider extends ServiceProvider
{
public function register(): void
{
if(! app()->configurationIsCached()) {
if (! app()->configurationIsCached()) {
$this->mergeConfigFrom(__DIR__.'/../config/captcha.php', 'captcha');
}

Expand Down

0 comments on commit 3b78d54

Please sign in to comment.