From ea3a415f95abaaa346e9cc09734efc07f326cc8c Mon Sep 17 00:00:00 2001 From: merdan Date: Fri, 1 May 2020 14:28:20 +0500 Subject: [PATCH] help desk create view --- routes/backpack/custom.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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