Skip to content

Commit 17f1c89

Browse files
committed
default indent chars
1 parent f148e50 commit 17f1c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NestableCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class NestableCollection extends Collection
1818
private $total;
1919
private $parentColumn;
2020
private $removeItemsWithMissingAncestor = true;
21-
private $indentChars = '    ';
21+
private $indentChars = '    ';
2222
private $childrenName = 'items';
2323

2424
public function __construct($items = [])

0 commit comments

Comments
 (0)