Skip to content

Commit

Permalink
Added very basic documentation for configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi127 committed Feb 12, 2016
1 parent 2c115e0 commit cbcae0b
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# doctrine-entity-override-bundle
doctrine-entity-override-bundle
===============================

Symfony bundle which allows to override entities by using inheritance

Configuration
-------------

Add to `app/config/config.yml`:

# override entities
joschi127_doctrine_entity_override:
overridden_entities:
OriginalBundle\Entity\Example: CustomizedBundle\Entity\Example

0 comments on commit cbcae0b

Please sign in to comment.