We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b707953 commit aeb1b40Copy full SHA for aeb1b40
src/AppBundle/Entity/User.php
@@ -131,8 +131,6 @@ public function getSalt()
131
// See "Do you need to use a Salt?" at http://symfony.com/doc/current/cookbook/security/entity_provider.html
132
// we're using bcrypt in security.yml to encode the password, so
133
// the salt value is built-in and you don't have to generate one
134
-
135
- return;
136
}
137
138
/**
0 commit comments