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 1ec3607 commit cfbad8aCopy full SHA for cfbad8a
src/Contracts/Authenticatable.php
@@ -6,27 +6,6 @@
6
7
interface Authenticatable extends BaseAuthenticatable
8
{
9
- /**
10
- * Get the name of the unique identifier for the user.
11
- *
12
- * @return string
13
- */
14
- public function getAuthIdentifierName();
15
-
16
17
- * Get the unique identifier for the user.
18
19
- * @return mixed
20
21
- public function getAuthIdentifier();
22
23
24
- * Get the password for the user.
25
26
27
28
- public function getAuthPassword();
29
30
/**
31
* Get the "remember me" session tokens for the user.
32
*
0 commit comments