Explorar el Código

Cambio en el nombre de la clase para que sea mas representativo.

gabriel hace 8 años
padre
commit
16b2172008
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Entity/Traits/OwnerTrait.php

+ 1 - 1
Entity/Traits/OwnerTrait.php

@@ -5,7 +5,7 @@ namespace OwnerVoterBundle\Entity\Traits;
 use Doctrine\ORM\Mapping as ORM;
 use Symfony\Component\Validator\Constraints as Assert;
 
-trait OwnerVoterTrait
+trait OwnerTrait
 {
 
     /**