mirror of
https://github.com/friendica/friendica
synced 2025-04-27 07:10:12 +00:00
Indentions
This commit is contained in:
parent
d46150f1dc
commit
3d65ef3af2
2 changed files with 12 additions and 12 deletions
|
@ -46,9 +46,9 @@ class Conversation extends BaseDataTransferObject
|
|||
|
||||
public function __construct(string $id, array $accounts, bool $unread, \Friendica\Object\Api\Mastodon\Status $last_status)
|
||||
{
|
||||
$this->id = $id;
|
||||
$this->accounts = $accounts;
|
||||
$this->unread = $unread;
|
||||
$this->id = $id;
|
||||
$this->accounts = $accounts;
|
||||
$this->unread = $unread;
|
||||
$this->last_status = $last_status;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue