help desk create view
This commit is contained in:
parent
b1e00eca26
commit
ea3a415f95
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue