Skip to content

Commit 223fe14

Browse files
authored
Had stateless backwards
1 parent 14d2946 commit 223fe14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/skeleton/security/UserProvider.tpl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function loadUserByUsername($username)
3535
* called. Your job is to make sure the user's data is still fresh by,
3636
* for example, re-querying for fresh User data.
3737
*
38-
* If your firewall is "stateless: false" (for a pure API), this
38+
* If your firewall is "stateless: true" (for a pure API), this
3939
* method is not called.
4040
*
4141
* @return UserInterface

0 commit comments

Comments
 (0)