Skip to content

Commit bd55d19

Browse files
Update src/Resources/skeleton/security/UserProvider.tpl.php
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
1 parent c3d4046 commit bd55d19

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
@@ -36,8 +36,8 @@ public function loadUserByUsername($username): UserInterface
3636
{
3737
return $this->loadUserByIdentifier($username);
3838
}
39-
<?php endif ?>
4039

40+
<?php endif ?>
4141
/**
4242
* Refreshes the user after being reloaded from the session.
4343
*

0 commit comments

Comments
 (0)