Add login to interface. #311
This commit is contained in:
parent
cbc99778cd
commit
c3662cd185
1 changed files with 2 additions and 0 deletions
|
|
@ -7,4 +7,6 @@ use Symfony\Component\HttpFoundation\Request;
|
||||||
interface RiderAPIHandlerInterface
|
interface RiderAPIHandlerInterface
|
||||||
{
|
{
|
||||||
public function register(Request $req);
|
public function register(Request $req);
|
||||||
|
|
||||||
|
public function login(Request $req);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue