Skip to content
Snippets Groups Projects
Commit 29a1583b authored by Groß-Vogt, Tobias's avatar Groß-Vogt, Tobias
Browse files

removed dump()

parent 1aa07d35
No related branches found
No related tags found
No related merge requests found
Pipeline #231600 passed
...@@ -114,7 +114,6 @@ abstract class AbstractEntityNormalizer extends AbstractAuthorizationService imp ...@@ -114,7 +114,6 @@ abstract class AbstractEntityNormalizer extends AbstractAuthorizationService imp
foreach ($mapEntry[self::ATTRIBUTE_NAMES_KEY] as $attributeName) { foreach ($mapEntry[self::ATTRIBUTE_NAMES_KEY] as $attributeName) {
$attributeId = self::toAttributeId($entityShortName, $attributeName); $attributeId = self::toAttributeId($entityShortName, $attributeName);
dump($attributeId);
if ($this->isGranted($attributeId, $object, self::ENTITY_OBJECT_ALIAS)) { if ($this->isGranted($attributeId, $object, self::ENTITY_OBJECT_ALIAS)) {
$context['groups'][] = $attributeId; $context['groups'][] = $attributeId;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment