Skip to content

Commit

Permalink
default indent chars
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Sep 24, 2018
1 parent f148e50 commit 17f1c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NestableCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class NestableCollection extends Collection
private $total;
private $parentColumn;
private $removeItemsWithMissingAncestor = true;
private $indentChars = '    ';
private $indentChars = '    ';
private $childrenName = 'items';

public function __construct($items = [])
Expand Down

0 comments on commit 17f1c89

Please sign in to comment.