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 7
7
8
8
namespace Magento \Framework \GraphQlSchemaStitching ;
9
9
10
- use Magento \Framework \Component \ComponentRegistrar ;
11
10
use Magento \Framework \Config \FileResolverInterface ;
12
11
use Magento \Framework \Config \ReaderInterface ;
13
12
use Magento \Framework \GraphQlSchemaStitching \GraphQlReader \TypeMetaReaderInterface as TypeReaderComposite ;
@@ -47,11 +46,6 @@ class GraphQlReader implements ReaderInterface
47
46
*/
48
47
private $ defaultScope ;
49
48
50
- /**
51
- * @var ComponentRegistrar
52
- */
53
- private static $ componentRegistrar ;
54
-
55
49
/**
56
50
* @param FileResolverInterface $fileResolver
57
51
* @param TypeReaderComposite $typeReader
@@ -166,7 +160,6 @@ public function read($scope = null) : array
166
160
return $ results ;
167
161
}
168
162
169
-
170
163
/**
171
164
* Get the minimum amount of additional types so that performance is improved
172
165
*
You can’t perform that action at this time.
0 commit comments