fix description problem
This commit is contained in:
parent
d371da7879
commit
e0f781106f
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ function getFileData($file) {
|
||||||
];
|
];
|
||||||
|
|
||||||
if ($file->description()->exists()) {
|
if ($file->description()->exists()) {
|
||||||
$data['description'] = $file->description();
|
$data['description'] = $file->description()->value();
|
||||||
$data['tags'] = $file->tags()->split();
|
$data['tags'] = $file->tags()->split();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue