Skip to content

Commit

Permalink
breadcrumb
Browse files Browse the repository at this point in the history
  • Loading branch information
sciarcinski committed Dec 21, 2018
1 parent d68818b commit 71092e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Breadcrumb.php
Expand Up @@ -93,7 +93,7 @@ protected function add($item)
protected function children($item)
{
if ($item instanceof Item && $item->hasChildren()) {
$this->render($item->children);
$this->render($item->getChildren());
}
}
}

0 comments on commit 71092e0

Please sign in to comment.