Home »
MCQs »
Laravel MCQs
How many arguments does the Get() method takes in session?
52. How many arguments does the Get() method takes in session?
- 2
- 1
- 4
- 5
Answer: B) 1
Explanation:
Get() method takes only one argument i.e., key to get the session data.