Skip to content

Commit e2be436

Browse files
authored
Make Controller properties protected
1 parent fc8f604 commit e2be436

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/GraphQLController.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
class GraphQLController extends AbstractController
2929
{
3030
public function __construct(
31-
private Schema $schema,
32-
private LoggerInterface $logger,
33-
private CacheItemPoolInterface $cache,
34-
private UrlGeneratorInterface $urlGenerator,
31+
protected Schema $schema,
32+
protected LoggerInterface $logger,
33+
protected CacheItemPoolInterface $cache,
34+
protected UrlGeneratorInterface $urlGenerator,
3535
)
3636
{
3737
}

0 commit comments

Comments
 (0)