We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa7d8ff commit 9cbec75Copy full SHA for 9cbec75
1 file changed
system/Exceptions/DownloadException.php
@@ -18,9 +18,9 @@ public static function forCannotSetBinary()
18
return new static(lang('HTTP.cannotSetBinary'));
19
}
20
21
- public static function forNotFoundDownloadSource(string $extension)
+ public static function forNotFoundDownloadSource()
22
{
23
- return new static(lang('HTTP.notFoundDownloadSource', [$extension]));
+ return new static(lang('HTTP.notFoundDownloadSource'));
24
25
26
0 commit comments