Completely refactor all routes

This commit is contained in:
James Brooks
2016-10-12 21:31:07 +01:00
parent 446e428486
commit 5a9f6134c4
90 changed files with 486 additions and 341 deletions
@@ -48,7 +48,7 @@ class SendInviteUserEmailHandler
$mail = [
'email' => $event->invite->email,
'subject' => 'You have been invited.',
'link' => route('signup.invite', ['code' => $event->invite->code]),
'link' => cachet_route('signup.invite', [$event->invite->code]),
];
$this->mailer->queue([