SyntaxFix
Write A Post
Hire A Developer
Questions
Use all() method - it's designed to return items of Collection:
all()
/** * Get all of the items in the collection. * * @return array */ public function all() { return $this->items; }