diff --git a/routes/backpack/custom.php b/routes/backpack/custom.php index cc1e5a9c..0ef4676d 100644 --- a/routes/backpack/custom.php +++ b/routes/backpack/custom.php @@ -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 \ No newline at end of file +}); // this should be the absolute last line of this file