Skip to content

Commit ec0b599

Browse files
authored
Merge pull request #16 from Big-Shark/patch-1
Update GraphqliteCompilerPass.php
2 parents e256ec2 + 9c23848 commit ec0b599

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)