Преглед изворни кода

Updated enable pass to obrigatory field.

Jean Sumara Leopoldo пре 4 година
родитељ
комит
a2b4527085
1 измењених фајлова са 1 додато и 1 уклоњено
  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;