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

removed dump call

parent 1b7bc49d
No related branches found
No related tags found
No related merge requests found
Pipeline #232360 passed
...@@ -213,7 +213,6 @@ abstract class AbstractAuthorizationService implements ContextAwareNormalizerInt ...@@ -213,7 +213,6 @@ abstract class AbstractAuthorizationService implements ContextAwareNormalizerInt
{ {
$roleExpressions = []; $roleExpressions = [];
foreach ($entitiesConfigNode as $entityShortName => $entityNode) { foreach ($entitiesConfigNode as $entityShortName => $entityNode) {
dump($entityNode);
$entityClassName = $entityNode[AuthorizationConfigDefinition::ENTITY_CLASS_NAME_CONFIG_NODE]; $entityClassName = $entityNode[AuthorizationConfigDefinition::ENTITY_CLASS_NAME_CONFIG_NODE];
$attributeNames = []; $attributeNames = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment