We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc8f604 commit e2be436Copy full SHA for e2be436
src/GraphQLController.php
@@ -28,10 +28,10 @@
28
class GraphQLController extends AbstractController
29
{
30
public function __construct(
31
- private Schema $schema,
32
- private LoggerInterface $logger,
33
- private CacheItemPoolInterface $cache,
34
- private UrlGeneratorInterface $urlGenerator,
+ protected Schema $schema,
+ protected LoggerInterface $logger,
+ protected CacheItemPoolInterface $cache,
+ protected UrlGeneratorInterface $urlGenerator,
35
)
36
37
}
0 commit comments