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->data = @$data['data'];
|
||||
$object->hash = @$data['hash'];
|
||||
$object->secret = @$data['secret'];
|
||||
$object->data = $data['data'] ?? null;
|
||||
$object->hash = $data['hash'] ?? null;
|
||||
$object->secret = $data['secret'] ?? null;
|
||||
|
||||
return $object;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue