Skip to content

Commit 895cde9

Browse files
committed
Fix typo for TreeRouteContainer
1 parent 7461d62 commit 895cde9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Router/TreeRouteContainer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function __construct(TreeInterface $tree = null) {
3232
if($tree == null){
3333
$this->dataStructure = new Tree();
3434
} else {
35-
$this->dataStrcuture = $tree;
35+
$this->dataStructure = $tree;
3636
}
3737
}
3838

0 commit comments

Comments
 (0)