Przeglądaj źródła

fix type return

Vincent 2 miesięcy temu
rodzic
commit
2287831897
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
     }