KnpUserBundle icon indicating copy to clipboard operation
KnpUserBundle copied to clipboard

[DEPRECATED] The development has moved to a new repository: https://github.com/FriendsOfSymfony/FOSUserBundle

Results 1 KnpUserBundle issues
Sort by recently updated
recently updated
newest added

// vendor/friendsofsymfony/user-bundle/Model/User.php ... use Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface; ... //add implements PasswordAuthenticatedUserInterface abstract class User implements UserInterface,PasswordAuthenticatedUserInterface, EquatableInterface, \Serializable { ..... //add :?string to be compatible with PasswordAuthenticatedUserInterface public function getPassword():?string { }...