This commit is contained in:
2026-04-16 04:05:10 +05:00
parent eea40876a4
commit 2ba5677c45
18 changed files with 35 additions and 84 deletions

View File

@@ -71,10 +71,7 @@ class PaymentSystemItem extends Model
{
if (!empty($this->logo)) {
if (in_array(env('FILESYSTEM_DISK'), ['s3', 'minio'])) {
return Storage::temporaryUrl(
$this->logo,
Date::now()->addMinutes(5)
);
return Storage::url($this->logo);
}
return env('APP_URL').'/'.$this->logo;