[AUTOGENERATED] Update auto generated code
This commit is contained in:
@@ -75,7 +75,7 @@ class Notification extends Entity
|
||||
|
||||
public function setReason(?string $reason): self
|
||||
{
|
||||
$this->reason = $reason;
|
||||
$this->reason = mb_substr($reason, 0, 191);
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
@@ -66,7 +66,7 @@ class UserNotificationPrefs extends Entity
|
||||
|
||||
public function setTransport(string $transport): self
|
||||
{
|
||||
$this->transport = $transport;
|
||||
$this->transport = mb_substr($transport, 0, 191);
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user