mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/12479] Fix use statements in file_downloader
PHPBB-12479
This commit is contained in:
parent
445a16be93
commit
efff5ac49e
1 changed files with 1 additions and 2 deletions
|
@ -14,9 +14,8 @@
|
|||
namespace phpbb;
|
||||
|
||||
use GuzzleHttp\Client;
|
||||
use GuzzleHttp\Exception\RequestException ;
|
||||
use GuzzleHttp\Exception\RequestException;
|
||||
use phpbb\exception\runtime_exception;
|
||||
use function Amp\Promise\rethrow;
|
||||
|
||||
class file_downloader
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue