Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2023-03-26 21:54:05 +02:00
parent 154f91c6c1
commit ddf5e0641a
1 changed files with 4 additions and 3 deletions

View File

@ -50,14 +50,15 @@ class FriendicaExtension extends BaseDataTransferObject
/** @var int */
protected $dislikes_count;
/** @var bool */
protected $disliked = false;
/**
* @var FriendicaVisibility|null
*/
protected $visibility;
/** @var bool */
protected $disliked = false;
/**
* Creates a FriendicaExtension object
*