mirror of https://github.com/kcal-app/kcal.git
Remove use of deprecated Media Library model method
This commit is contained in:
parent
1d4a975ae5
commit
6e3c40531d
|
@ -42,7 +42,7 @@ class MediumSchema extends SchemaProvider
|
||||||
'url' => $resource->getUrl(),
|
'url' => $resource->getUrl(),
|
||||||
'mimeType' => $resource->mime_type,
|
'mimeType' => $resource->mime_type,
|
||||||
'size' => $resource->size,
|
'size' => $resource->size,
|
||||||
'sizeFormatted' => $resource->getHumanReadableSizeAttribute(),
|
'sizeFormatted' => $resource->human_readable_size,
|
||||||
'manipulations' => $resource->manipulations,
|
'manipulations' => $resource->manipulations,
|
||||||
'customProperties' => $resource->custom_properties,
|
'customProperties' => $resource->custom_properties,
|
||||||
'conversions' => [],
|
'conversions' => [],
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
*.sqlite
|
*.sqlite
|
||||||
|
*.sqlite_test*
|
||||||
*.sqlite-journal
|
*.sqlite-journal
|
||||||
|
|
Loading…
Reference in New Issue