diff --git a/src/Service/RiderAPIHandlerInterface.php b/src/Service/RiderAPIHandlerInterface.php index c3ff85c0..df5c6915 100644 --- a/src/Service/RiderAPIHandlerInterface.php +++ b/src/Service/RiderAPIHandlerInterface.php @@ -7,4 +7,6 @@ use Symfony\Component\HttpFoundation\Request; interface RiderAPIHandlerInterface { public function register(Request $req); + + public function login(Request $req); }