Major Refactoring
This commit is contained in:
parent
3de87df2d9
commit
54a8a59ee8
83 changed files with 892 additions and 918 deletions
|
@ -57,8 +57,8 @@
|
|||
{
|
||||
$object = new self();
|
||||
|
||||
$object->emoji = @$data['emoji'] ?? null;
|
||||
$object->value = @$data['value'] ?? null;
|
||||
$object->emoji = $data['emoji'] ?? null;
|
||||
$object->value = $data['value'] ?? null;
|
||||
|
||||
return $object;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue