Sebastian Schmidt 2018-09-14 18:51:01 +10:00
parent faca37e3d2
commit d58672cc41
1 changed files with 0 additions and 12 deletions

View File

@ -384,18 +384,6 @@ Route::group(
'uses' => 'EventTicketsController@postUpdateTicketsOrder',
]);
/*
* Ticket questions
*/
Route::get('{event_id}/tickets/questions', [
'as' => 'showTicketQuestions',
'uses' => 'EventTicketQuestionsController@showQuestions',
]);
Route::post('{event_id}/tickets/questions/create', [
'as' => 'postCreateQuestion',
'uses' => 'EventTicketQuestionsController@postCreateQuestion',
]);
/*
* -------
* Attendees