File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
lib/internal/Magento/Framework/GraphQlSchemaStitching Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 77
88namespace Magento \Framework \GraphQlSchemaStitching ;
99
10- use Magento \Framework \Component \ComponentRegistrar ;
1110use Magento \Framework \Config \FileResolverInterface ;
1211use Magento \Framework \Config \ReaderInterface ;
1312use Magento \Framework \GraphQlSchemaStitching \GraphQlReader \TypeMetaReaderInterface as TypeReaderComposite ;
@@ -47,11 +46,6 @@ class GraphQlReader implements ReaderInterface
4746 */
4847 private $ defaultScope ;
4948
50- /**
51- * @var ComponentRegistrar
52- */
53- private static $ componentRegistrar ;
54-
5549 /**
5650 * @param FileResolverInterface $fileResolver
5751 * @param TypeReaderComposite $typeReader
@@ -166,7 +160,6 @@ public function read($scope = null) : array
166160 return $ results ;
167161 }
168162
169-
170163 /**
171164 * Get the minimum amount of additional types so that performance is improved
172165 *
You can’t perform that action at this time.
0 commit comments