You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ Talks and slides to help you start
96
96
97
97
* GraphQL in Symfony *by Bernd Alter* - [Twitter](https://twitter.com/bazoo0815)
98
98
-[Talk about GraphQL and its implementation with Symfony (26.04.2017)](https://www.slideshare.net/berndalter7/graphql-in-symfony)`English`
99
-
* GraphQL is right in front of us, let's to it! *by Renato Mendes Figueiredo* - [Twitter](https://twitter.com/renatomefi), [GitHub](https://github.com/renatomefi)
99
+
* GraphQL is right in front of us, let's do it! *by Renato Mendes Figueiredo* - [Twitter](https://twitter.com/renatomefi), [GitHub](https://github.com/renatomefi)
100
100
-[Slides at http://talks.mefi.in/graphql-scotphp17](http://talks.mefi.in/graphql-scotphp17/)`English`
101
101
-[Video at SymfonyCamp UA 2017](https://www.youtube.com/watch?v=jyoYlnCPNgk)`English`
102
102
-[Video at DPC 2017](https://www.youtube.com/watch?v=E7MjoCOGSSY)`English`
thrownewRuntimeException('In order to use graphql annotation, you need to require doctrine annotations');
42
-
// @codeCoverageIgnoreEnd
41
+
if (!isset(self::$annotationReader)) {
42
+
if (!class_exists(AnnotationReader::class)) {
43
+
thrownewServiceNotFoundException("In order to use annotations, you need to install 'doctrine/annotations' first. See: 'https://www.doctrine-project.org/projects/annotations.html'");
43
44
}
45
+
if (!class_exists(ApcuAdapter::class)) {
46
+
thrownewServiceNotFoundException("In order to use annotations, you need to install 'symfony/cache' first. See: 'https://symfony.com/doc/current/components/cache.html'");
0 commit comments