Created
December 7, 2010 17:38
-
-
Save arghav/732116 to your computer and use it in GitHub Desktop.
User.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace Application\MyBundle\Document; | |
| use Bundle\DoctrineUserBundle\Document\User as BaseUser; | |
| /** | |
| * @mongodb:Document(collection="users" ,repositoryClass="Application\MyBundle\Document\UserRepository") | |
| */ | |
| class User extends BaseUser | |
| { | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment