File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/SchemaOrgModel/AnnotationGenerator Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212use SchemaOrgModel \TypesGenerator ;
1313
1414/**
15- * Generates Iri annotations provided by DunglasJsonLdApiBundle .
15+ * Generates Iri annotations provided by DunglasApiBundle .
1616 *
1717 * @author Kévin Dunglas <[email protected] > 1818 *
19- * @link https://github.com/dunglas/DunglasJsonLdApiBundle
19+ * @link https://github.com/dunglas/DunglasApiBundle
2020 */
21- class DunglasJsonLdApiAnnotationGenerator extends AbstractAnnotationGenerator
21+ class DunglasApiAnnotationGenerator extends AbstractAnnotationGenerator
2222{
2323 /**
2424 * {@inheritdoc}
@@ -48,6 +48,6 @@ public function generateUses($className)
4848 $ subClassOf = $ resource ->get ('rdfs:subClassOf ' );
4949 $ typeIsEnum = $ subClassOf && $ subClassOf ->getUri () === TypesGenerator::SCHEMA_ORG_ENUMERATION ;
5050
51- return $ typeIsEnum ? [] : ['Dunglas\JsonLdApiBundle \Annotation\Iri ' ];
51+ return $ typeIsEnum ? [] : ['Dunglas\ApiBundle \Annotation\Iri ' ];
5252 }
5353}
You can’t perform that action at this time.
0 commit comments