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.
2 parents 7da098e + 4748f37 commit 3c92986Copy full SHA for 3c92986
src/Entities/User.php
@@ -230,28 +230,4 @@ public function getAuthPassword(): ?string
230
{
231
return $this->password;
232
}
233
-
234
- /**
235
- * Returns the "remember me" token for this user.
236
- *
237
- * @TODO Do we need this method?
238
- */
239
- public function getRememberToken(): ?string
240
- {
241
- return $this->remember_token;
242
- }
243
244
245
- * Sets the "remember-me" token.
246
247
- * @return $this
248
249
250
251
- public function setRememberToken(string $value): self
252
253
- $this->remember_token = $value;
254
255
- return $this;
256
257
0 commit comments