We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f148e50 commit 17f1c89Copy full SHA for 17f1c89
src/NestableCollection.php
@@ -18,7 +18,7 @@ class NestableCollection extends Collection
18
private $total;
19
private $parentColumn;
20
private $removeItemsWithMissingAncestor = true;
21
- private $indentChars = ' ';
+ private $indentChars = ' ';
22
private $childrenName = 'items';
23
24
public function __construct($items = [])
0 commit comments