Skip to content

Commit

Permalink
Merge pull request #60 from viviengaetan/fix/bad_indentation
Browse files Browse the repository at this point in the history
fix: bad indentation in security.php
  • Loading branch information
mtarld authored May 13, 2024
2 parents db4e84c + 0a41326 commit 7693a1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/packages/security.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
PasswordAuthenticatedUserInterface::class => 'auto',
],
'providers' => [
'users_in_memory' => [
'memory' => null,
],
'users_in_memory' => [
'memory' => null,
],
],
'firewalls' => [
'dev' => [
Expand Down

0 comments on commit 7693a1d

Please sign in to comment.