forked from GNUsocial/gnu-social
[AUTOGENERATED] Update autogenerated code
This commit is contained in:
@@ -43,6 +43,7 @@ use DateTimeInterface;
|
||||
class Attachment extends Entity
|
||||
{
|
||||
// {{{ Autocode
|
||||
// @codeCoverageIgnoreStart
|
||||
private int $id;
|
||||
private ?string $remote_url;
|
||||
private ?string $remote_url_hash;
|
||||
@@ -224,6 +225,7 @@ class Attachment extends Entity
|
||||
return $this->modified;
|
||||
}
|
||||
|
||||
// @codeCoverageIgnoreEnd
|
||||
// }}} Autocode
|
||||
|
||||
const URLHASH_ALGO = 'sha256';
|
||||
|
||||
Reference in New Issue
Block a user