Olivier Massot 8 meses atrás
pai
commit
31daf2a57f
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/Entity/Message/ReportSms.php

+ 1 - 1
src/Entity/Message/ReportSms.php

@@ -48,7 +48,7 @@ class ReportSms extends AbstractReport
     //        return $this->mobile;
     //    }
 
-    public function setSmsId(string $smsId): self
+    public function setSmsId(?string $smsId): self
     {
         $this->smsId = $smsId;