Unverified Commit 0e75e29b authored by Nicolas Widart's avatar Nicolas Widart Committed by GitHub

Merge pull request #609 from mikemand/hotfix/prevent-nestable-collection-removing-menu-items

Prevent nestable collection removing menu items
parents 5254a5c0 f69ee910
......@@ -113,7 +113,7 @@ class EloquentMenuItemRepository extends EloquentBaseRepository implements MenuI
{
$items = $this->rootsForMenu($menuId);
return $items->nest();
return $items->noCleaning()->nest();
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment