Olivier Massot hace 8 meses
padre
commit
31daf2a57f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;