Преглед на файлове

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;