Challenge 1 / 1
Check out this route & controller:
#[Route("/user/{username}")]
public function profile(): Response
{
}
Which of the following is true?
Skip challenges and go to theNext Chapter
Check out this route & controller:
#[Route("/user/{username}")]
public function profile(): Response
{
}
Which of the following is true?