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