Skip to content

Commit

Permalink
Upstream synchronization with new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Burial0268 committed May 30, 2024
1 parent ab5de02 commit ffeb57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Adapters/QcloudFofAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ protected function getConfig(): Config
/**
* @throws Exception
*/
protected function generateUrl(File $file)
protected function generateUrl(File $file): void
{
$file->url = $this->pluginConfig->generateUrl($file);
}
Expand Down

0 comments on commit ffeb57f

Please sign in to comment.