소스 검색

fix type return

Vincent 2 달 전
부모
커밋
2287831897
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Entity/Public/PublicEvent.php

+ 1 - 1
src/Entity/Public/PublicEvent.php

@@ -202,7 +202,7 @@ class PublicEvent
         return $this;
     }
 
-    public function getHasHelloAssoForm(): ?string
+    public function getHasHelloAssoForm(): ?bool
     {
         return $this->hasHelloAssoForm;
     }