Initial import

This commit is contained in:
Admin Nasledstvo
2026-05-01 20:52:04 +03:00
commit ac168868ee
10028 changed files with 2337954 additions and 0 deletions
@@ -0,0 +1,23 @@
<?php
namespace app\models;
/**
* Class RegisterObjectFields
* @package app\models
* @property $file_url
* @property $streaming_url
* @property $file_content_type
* @property $extension
* @property $size
* @property $file_ref_num
* @property $object_id
* @property $video_thumbnail
* @property $video_title
* @property $video_duration
*/
class RegisterObjectFiles extends _Base
{
}