__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 |
destroy(\App\Group $group) : \Illuminate\Http\Response
Remove the specified resource from storage.
\App\Group | $group |