cycle / docs

Cycle ORM Documentation
https://cycle-orm.dev/docs
110 stars 38 forks source link

Add fully qualified namespace for morphed relations #83

Closed sylbru closed 3 years ago

sylbru commented 3 years ago

I thought the fully qualified namespace for morphed relations should be mentioned, since I expected them to live in the same namespace as standard relations.

Maybe the same information should be added in annotated/relations.md in the Morphed relations section?

wolfy-j commented 3 years ago

I think we mentioned that in QuickStart and as part of Annotations configuration. That's the typical behaviour of Doctrine Annotations. Thank you for the PR.