There was an error while loading. Please reload this page.
dd
dump
1 parent 9995b1a commit 518e070Copy full SHA for 518e070
collections.md
@@ -697,12 +697,10 @@ $collection = collect(['John Doe', 'Jane Doe']);
697
$collection->dd();
698
699
/*
700
- Collection {
701
- #items: array:2 [
702
- 0 => "John Doe"
703
- 1 => "Jane Doe"
704
- ]
705
- }
+ array:2 [
+ 0 => "John Doe"
+ 1 => "Jane Doe"
+ ]
706
*/
707
```
708
@@ -871,12 +869,10 @@ $collection = collect(['John Doe', 'Jane Doe']);
871
869
$collection->dump();
872
870
873
874
875
876
877
878
879
880
881
882
0 commit comments