From 223fe14657d0e41283ae32de7822fdebfa716e2f Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Thu, 4 Oct 2018 12:04:04 -0500 Subject: [PATCH] Had stateless backwards --- src/Resources/skeleton/security/UserProvider.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Resources/skeleton/security/UserProvider.tpl.php b/src/Resources/skeleton/security/UserProvider.tpl.php index 4c730cf4a..c30c5b969 100644 --- a/src/Resources/skeleton/security/UserProvider.tpl.php +++ b/src/Resources/skeleton/security/UserProvider.tpl.php @@ -35,7 +35,7 @@ public function loadUserByUsername($username) * called. Your job is to make sure the user's data is still fresh by, * for example, re-querying for fresh User data. * - * If your firewall is "stateless: false" (for a pure API), this + * If your firewall is "stateless: true" (for a pure API), this * method is not called. * * @return UserInterface