Skip to content

Commit

Permalink
Fixes static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Mar 8, 2024
1 parent 274ca0c commit e532075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ protected function registerFortifyServiceProvider(): void
return;
}

ServiceProvider::addProviderToBootstrapFile(\App\Providers\FortifyServiceProvider::class); // @phpstan-ignore-line
ServiceProvider::addProviderToBootstrapFile(\App\Providers\FortifyServiceProvider::class);
}
}

0 comments on commit e532075

Please sign in to comment.