瀏覽代碼

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;
     }