Olivier Massot 8 mesi fa
parent
commit
31daf2a57f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;