浏览代码

Merge remote-tracking branch 'origin/feature/V8-7750-la-mire-de-connexion' into feature/V8-7750-la-mire-de-connexion

Olivier Massot 2 月之前
父节点
当前提交
c045de0b27
共有 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;
         return $this;
     }
     }
 
 
-    public function getHasHelloAssoForm(): ?string
+    public function getHasHelloAssoForm(): ?bool
     {
     {
         return $this->hasHelloAssoForm;
         return $this->hasHelloAssoForm;
     }
     }