+1 vote
in Laravel by
Which of the following methods on Collection will get all the records from it?

a) all()

b) some()

c) get()

d) enter()
...