mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:11:47 +02:00
[ticket/12479] Fix use statements in file_downloader
PHPBB-12479
This commit is contained in:
@@ -14,9 +14,8 @@
|
|||||||
namespace phpbb;
|
namespace phpbb;
|
||||||
|
|
||||||
use GuzzleHttp\Client;
|
use GuzzleHttp\Client;
|
||||||
use GuzzleHttp\Exception\RequestException ;
|
use GuzzleHttp\Exception\RequestException;
|
||||||
use phpbb\exception\runtime_exception;
|
use phpbb\exception\runtime_exception;
|
||||||
use function Amp\Promise\rethrow;
|
|
||||||
|
|
||||||
class file_downloader
|
class file_downloader
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user