Skip to content

Commit 9c23848

Browse files
authored
Update GraphqliteCompilerPass.php
1 parent e256ec2 commit 9c23848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/GraphqliteCompilerPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public function process(ContainerBuilder $container)
162162
}
163163
$customTypes[$phpClass] = new Reference($id);
164164
} else {
165-
$customNotMappedTypes = new Reference($id);
165+
$customNotMappedTypes[] = new Reference($id);
166166
}
167167
}
168168
}

0 commit comments

Comments
 (0)