Example #1
0
 /**
  * Collapse the collection of items into a single array.
  *
  * @return static
  */
 public function collapse()
 {
     return new static(Arr::collapse($this->items));
 }