mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-21 17:28:31 -05:00
fix: type hint
This commit is contained in:
@@ -71,7 +71,7 @@ class PageController extends Controller
|
||||
/**
|
||||
* Page Edit Form.
|
||||
*/
|
||||
public function edit(Page $id): \Illuminate\Contracts\View\Factory|\Illuminate\View\View
|
||||
public function edit(int $id): \Illuminate\Contracts\View\Factory|\Illuminate\View\View
|
||||
{
|
||||
$page = Page::findOrFail($id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user