Skip to content

Commit 9cbec75

Browse files
committed
fix: remove not need argument.
Signed-off-by: ytetsuro <phper.0o0@gmail.com>
1 parent fa7d8ff commit 9cbec75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

system/Exceptions/DownloadException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ public static function forCannotSetBinary()
1818
return new static(lang('HTTP.cannotSetBinary'));
1919
}
2020

21-
public static function forNotFoundDownloadSource(string $extension)
21+
public static function forNotFoundDownloadSource()
2222
{
23-
return new static(lang('HTTP.notFoundDownloadSource', [$extension]));
23+
return new static(lang('HTTP.notFoundDownloadSource'));
2424
}
2525

2626
}

0 commit comments

Comments
 (0)