Olivier Massot 8 mesiacov pred
rodič
commit
31daf2a57f
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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;