fixed cover photo error

This commit is contained in:
vedatakd 2021-03-22 17:02:33 +03:00
parent 7055bb85c1
commit d5fb8f578e

View File

@ -331,7 +331,7 @@ class AdvRepository extends EntryRepository implements AdvRepositoryInterface
]);
}
$coverPhoto = $thumbnail->url();
$coverPhoto = 'files/images/' . $fileName;
} else {
$coverPhoto = null;
}