Skip to content

Commit cfbad8a

Browse files
committed
remove duplicate method definitions
1 parent 1ec3607 commit cfbad8a

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

src/Contracts/Authenticatable.php

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,6 @@
66

77
interface Authenticatable extends BaseAuthenticatable
88
{
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-
* @return string
27-
*/
28-
public function getAuthPassword();
29-
309
/**
3110
* Get the "remember me" session tokens for the user.
3211
*

0 commit comments

Comments
 (0)