Resolve "Transition branch for CMB and Resq merging" #1181

Merged
korina.cordero merged 258 commits from 329-transition-branch-for-cmb-and-resq-merging into master 2020-04-03 02:49:26 +00:00
Showing only changes of commit c3662cd185 - Show all commits

View file

@ -7,4 +7,6 @@ use Symfony\Component\HttpFoundation\Request;
interface RiderAPIHandlerInterface
{
public function register(Request $req);
public function login(Request $req);
}