__construct()
__construct() : \Illuminate\Http\Response
Display a listing of the resource.
show(\App\Ticket $ticket) : \Illuminate\Http\Response
Display the specified resource.
\App\Ticket | $ticket |
edit(\App\Ticket $ticket) : \Illuminate\Http\Response
Show the form for editing the specified resource.
\App\Ticket | $ticket |
update(\Illuminate\Http\Request $request, \App\Ticket $ticket) : \Illuminate\Http\Response
Update the specified resource in storage.
\Illuminate\Http\Request | $request | |
\App\Ticket | $ticket |
destroy(\App\Ticket $ticket) : \Illuminate\Http\Response
Remove the specified resource from storage.
\App\Ticket | $ticket |