Declare history property in Mastodon\Card

- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1383173055
pull/12697/head
Hypolite Petovan 2023-01-19 09:32:46 -05:00
rodzic c79cec2652
commit 73c8720d41
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -54,6 +54,8 @@ class Card extends BaseDataTransferObject
protected $image;
/** @var string */
protected $blurhash;
/** @var array */
protected $history;
/**
* Creates a card record from an attachment array.