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