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 12
12
use SchemaOrgModel \TypesGenerator ;
13
13
14
14
/**
15
- * Generates Iri annotations provided by DunglasJsonLdApiBundle .
15
+ * Generates Iri annotations provided by DunglasApiBundle .
16
16
*
17
17
* @author Kévin Dunglas <[email protected] >
18
18
*
19
- * @link https://github.com/dunglas/DunglasJsonLdApiBundle
19
+ * @link https://github.com/dunglas/DunglasApiBundle
20
20
*/
21
- class DunglasJsonLdApiAnnotationGenerator extends AbstractAnnotationGenerator
21
+ class DunglasApiAnnotationGenerator extends AbstractAnnotationGenerator
22
22
{
23
23
/**
24
24
* {@inheritdoc}
@@ -48,6 +48,6 @@ public function generateUses($className)
48
48
$ subClassOf = $ resource ->get ('rdfs:subClassOf ' );
49
49
$ typeIsEnum = $ subClassOf && $ subClassOf ->getUri () === TypesGenerator::SCHEMA_ORG_ENUMERATION ;
50
50
51
- return $ typeIsEnum ? [] : ['Dunglas\JsonLdApiBundle \Annotation\Iri ' ];
51
+ return $ typeIsEnum ? [] : ['Dunglas\ApiBundle \Annotation\Iri ' ];
52
52
}
53
53
}
You can’t perform that action at this time.
0 commit comments