Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Acl.php
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ protected function getChildResources(Resource\ResourceInterface $resource)
$id = $resource->getResourceId();

$children = $this->resources[$id]['children'];
foreach($children as $child) {
foreach ($children as $child) {
$child_return = $this->getChildResources($child);
$child_return[$child->getResourceId()] = $child;

Expand Down

0 comments on commit d4d4e35

Please sign in to comment.