Route ::get('/users/{user}', [UserController::class, 'show']);. // Controller method definition... public function show ...
確定! 回上一頁