1 | <?php |
||
8 | class UserRepository extends UserRepo implements UserCredentialsInterface |
||
9 | { |
||
10 | /** |
||
11 | * @param $email |
||
12 | * @param $password |
||
13 | * @return mixed |
||
14 | */ |
||
15 | public function checkUserCredentials($email, $password) |
||
23 | |||
24 | /** |
||
25 | * @param $email |
||
26 | * @return mixed |
||
27 | */ |
||
28 | public function getUserDetails($email) |
||
36 | |||
37 | } |