Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save arghav/732120 to your computer and use it in GitHub Desktop.
<?php
namespace Application\MyBundle\Document;
use Bundle\DoctrineUserBundle\Document\UserRepository as BaseUserRepository;
class UserRepository extends BaseUserRepository
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment