@@ -30,7 +30,7 @@ |
||
30 | 30 | $config['mutation'] = new InternalSchemaMutationObject(['name' => $this->getName($config) . 'Mutation']); |
31 | 31 | } |
32 | 32 | if (!array_key_exists('types', $config)) { |
33 | - $config['types'] = []; |
|
33 | + $config['types'] = []; |
|
34 | 34 | } |
35 | 35 | |
36 | 36 | $this->config = new SchemaConfig($config, $this); |