Browse Source

fix type return

Vincent 2 tháng trước cách đây
mục cha
commit
2287831897
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
     }