1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-03 15:27:42 +02:00

[ticket/12479] Fix use statements in file_downloader

PHPBB-12479
This commit is contained in:
Marc Alexander
2024-07-23 21:06:48 +02:00
parent 445a16be93
commit efff5ac49e

View File

@@ -16,7 +16,6 @@ namespace phpbb;
use GuzzleHttp\Client;
use GuzzleHttp\Exception\RequestException;
use phpbb\exception\runtime_exception;
use function Amp\Promise\rethrow;
class file_downloader
{