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