Explorar o código

Updated enable pass to obrigatory field.

Jean Sumara Leopoldo %!s(int64=4) %!d(string=hai) anos
pai
achega
a2b4527085
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/FTTHBundle/Entity/OLT.php

+ 1 - 1
src/FTTHBundle/Entity/OLT.php

@@ -89,7 +89,7 @@ class OLT implements DeviceInterface, TenancyIdTraitInterface, LocationInterface
     /**
      * @var string $enablePass
      *
-     * @ORM\Column(type="string", length=255, nullable=true, unique=false)
+     * @ORM\Column(type="string", length=255, nullable=false, unique=false)
      */
     protected $enablePass;