Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
radutopala committed May 3, 2016
1 parent afc5505 commit f3d171c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ You can easily customize the class used for the entity or document by simply con

```
tss_automailer:
class: AppBundle\Entity\Automailer # or AppBundle\Document\Automailer
disable_default_document: true # this disabled the default document so that you can use your own
disable_default_entity: true # this disabled the default entity so that you can use your own
class: AppBundle\Entity\Automailer # or AppBundle\Document\Automailer, your specific path to your entity or document
disable_default_document: true # disables the default document so that you can use your own
disable_default_entity: true # disables the default entity so that you can use your own
```

In order to customize the entity or document that you wish to use with your own functionality, you can do so by extending `TSS\Automailer\Model\Automailer` and adding the relevant `@ODM\Document()` or `@ORM\Entity()` annotation to your class.
Expand Down

0 comments on commit f3d171c

Please sign in to comment.