Skip to content

Instantly share code, notes, and snippets.

@joanteixi
Last active December 27, 2015 23:18
Show Gist options
  • Save joanteixi/7404731 to your computer and use it in GitHub Desktop.
Save joanteixi/7404731 to your computer and use it in GitHub Desktop.
<?php
/**
* User
*
* @ORM\Table(name="user")
* @ORM\Entity(repositoryClass="nemmi\WebBundle\Entity\UserRepository")
*
*/
class User
{
// ....
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment