Skip to content

Instantly share code, notes, and snippets.

@itxavia
itxavia / Ambiente.php
Last active January 3, 2016 05:39
Sonata Admin I18N Forms
<?php
namespace Xavia\SitoBundle\Entity;
use Doctrine\ORM\Mapping as ORM;
use Doctrine\Common\Collections\ArrayCollection;
use Gedmo\Mapping\Annotation as Gedmo;
use Gedmo\Translatable\Translatable;
/**