Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin committed Oct 16, 2023
1 parent ea4c30b commit 618e380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Helpers/StorageHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public static function uploadcare(): array
return [
'publicKey' => config('services.uploadcare.public_key'),
'signature' => optional($signature)->getSignature(),
'expire' => optional($signature)->getExpire()->getTimestamp(),
'expire' => optional(optional($signature)->getExpire())->getTimestamp(),
];
}
}

0 comments on commit 618e380

Please sign in to comment.