File tree Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 19
19
use Illuminate \Support \Str ;
20
20
21
21
/**
22
+ * @property ?MediaType $type
22
23
* @property ?string $disk
23
24
* @property ?string $path
24
25
* @property ?string $extension
25
26
* @property ?string $name
26
27
* @property ?string $file_name
27
28
* @property ?string $mime_type
28
- * @property ?int $size
29
+ * @property ?int $size in octets
29
30
* @property ?int $height
30
31
* @property ?int $width
31
32
* @property ?float $aspect_ratio
32
- * @property ?float $duration
33
- * @property ?MediaType $type
33
+ * @property ?float $duration in Ms
34
34
*
35
35
* @mixin Model
36
36
*/
Original file line number Diff line number Diff line change 37
37
* @property string $uuid
38
38
* @property string $collection_name
39
39
* @property ?string $collection_group
40
- * @property ?MediaType $type
41
- * @property ?string $disk
42
- * @property ?string $path
43
- * @property ?string $name
44
- * @property ?string $file_name
45
- * @property ?string $mime_type
46
- * @property ?string $extension
47
- * @property ?int $width
48
- * @property ?int $height
49
- * @property ?float $aspect_ratio
50
40
* @property ?string $average_color
51
- * @property ?int $size
52
41
* @property ?int $order_column
53
- * @property ?float $duration
54
42
* @property ?ArrayObject<array-key, mixed> $metadata
55
43
* @property ?InteractWithMedia<Media> $model
56
44
* @property ?string $model_type
You can’t perform that action at this time.
0 commit comments