Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Mar 30, 2024
1 parent 979ed14 commit 5d16b53
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 5d16b53

Please sign in to comment.