Skip to content

Instantly share code, notes, and snippets.

@mikemix
Last active November 11, 2022 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikemix/d302d02b11227bdb3dca8557463ec0a8 to your computer and use it in GitHub Desktop.
Save mikemix/d302d02b11227bdb3dca8557463ec0a8 to your computer and use it in GitHub Desktop.
<?php
use Doctrine\ORM\Mapping as ORM;
/**
* @ORM\Entity
* @ORM\Cache(usage="READ_ONLY", region="append_only")
*/
class City
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment