fix comment problem
This commit is contained in:
parent
16d57ec024
commit
cca389f1b0
10 changed files with 128 additions and 545 deletions
|
|
@ -33,7 +33,7 @@ return [
|
|||
'y' => $data->position->y
|
||||
],
|
||||
'replies' => [],
|
||||
'text' => $user->name()->isNotEmpty() ? $user->name()->value() . ' : ' . $data->text : $user->email()->value() . ' : ' . $data->text,
|
||||
'text' => $data->text,
|
||||
'author' => $user,
|
||||
'date' => (string) $data->date,
|
||||
'id' => $data->id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue