소스 검색

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;