Skip to content

Instantly share code, notes, and snippets.

@arghav
Created December 7, 2010 17:38
Show Gist options
  • Select an option

  • Save arghav/732116 to your computer and use it in GitHub Desktop.

Select an option

Save arghav/732116 to your computer and use it in GitHub Desktop.
User.php
<?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