Skip to content

Instantly share code, notes, and snippets.

@pavelkucera
Created May 22, 2011 09:55
Show Gist options
  • Save pavelkucera/985316 to your computer and use it in GitHub Desktop.
Save pavelkucera/985316 to your computer and use it in GitHub Desktop.
/**
* @entity(serviceClass="EntityService") // tohle jsem chtěl zprovoznit, ale vyžadovalo by to úpravu Doctrine
* @service(class="EntityService") // takže jsem se spokojil s tímhle
*/
class Entity
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment