help desk create view

This commit is contained in:
merdan 2020-05-01 14:28:20 +05:00
parent b1e00eca26
commit ea3a415f95
1 changed files with 2 additions and 2 deletions

View File

@ -22,6 +22,6 @@ Route::group([
CRUD::resource('section', 'SectionCrudController');
CRUD::resource('organiser', 'OrganiserCrudController');
CRUD::resource('account', 'AccountCrudController');
CRUD::resource('helpTicketCategory','HelpTicketCategoryCrudController');
CRUD::resource('helpTopic','HelpTopicCrudController');
CRUD::resource('helpTicket','HelpTicketCrudController');
}); // this should be the absolute last line of this file
}); // this should be the absolute last line of this file