help desk create view

This commit is contained in:
merdan 2020-04-30 14:54:36 +05:00
parent 230bfd1542
commit b3529ce32f
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class HelpDeskController extends Controller
->pluck('title','id');
// dump($categories);
$this->render('Pages.HelpDeskCreateForm',$categories);
return $this->render('Pages.HelpDeskCreateForm',$categories);
}
public function store(){