mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-22 18:20:31 -05:00
update: type hints
This commit is contained in:
@@ -25,7 +25,7 @@ class TicketController extends Controller
|
||||
/**
|
||||
* Display a listing of the resource.
|
||||
*/
|
||||
final public function index(Request $request): \Illuminate\Contracts\View\Factory|\Illuminate\Contracts\View\View
|
||||
final public function index(): \Illuminate\Contracts\View\Factory|\Illuminate\Contracts\View\View
|
||||
{
|
||||
return \view('ticket.index');
|
||||
}
|
||||
@@ -103,14 +103,6 @@ class TicketController extends Controller
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Show the form for editing the specified resource.
|
||||
*/
|
||||
final public function edit(int $id): void
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
/**
|
||||
* Update the specified resource in storage.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user