Home »
MCQs »
Laravel MCQs
The terminate method in the middleware takes how many arguments?
38. The terminate method in the middleware takes how many arguments?
- 2
- 4
- 5
- 6
Answer: A) 2
Explanation:
The terminate method will receive two arguments $request and $response.