فهرست منبع

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