Olivier Massot 8 tháng trước cách đây
mục cha
commit
31daf2a57f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;