help desk create view
This commit is contained in:
parent
230bfd1542
commit
b3529ce32f
|
|
@ -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(){
|
||||
|
|
|
|||
Loading…
Reference in New Issue