update
This commit is contained in:
@@ -17,7 +17,7 @@ class RepostStrategy implements MappingStrategyInterface
|
||||
$post = new VkPost();
|
||||
$post->setId($item['id']);
|
||||
$post->setOwnerId($item['owner_id']);
|
||||
$post->setAuthorId($item['from_id']);
|
||||
$post->setFromId($item['from_id']);
|
||||
$post->setDate($item['date']);
|
||||
$post->setIsRepost();
|
||||
$post->setText($item['text'] ?? '');
|
||||
|
||||
Reference in New Issue
Block a user