Skip to content

Commit

Permalink
chore: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
COil committed Jan 1, 2025
1 parent 47207ab commit 1464db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/packages/csrf.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Symfony\Component\HttpKernel\Kernel;

return static function (ContainerConfigurator $containerConfigurator): void {
// This configutation file is specific to Symfony 7.2+
// This configuration file is specific to Symfony 7.2+
if (Kernel::VERSION_ID < 70200) {
return;
}
Expand Down

0 comments on commit 1464db7

Please sign in to comment.