[AUTOGENERATED] Update auto generated code
This commit is contained in:
@@ -88,7 +88,7 @@ class ForeignLink
|
||||
|
||||
public function setCredentials(?string $credentials): self
|
||||
{
|
||||
$this->credentials = $credentials;
|
||||
$this->credentials = mb_substr($credentials, 0, 191);
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user