浏览代码

Merge branch 'ftth#90' into 'master'

Updated enable pass to obrigatory field.

See merge request interlink-sa/flowdat3/modules/ftth!195
Jean Sumara Leopoldo 5 年之前
父节点
当前提交
34abd5437a
共有 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
      * @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;
     protected $enablePass;