http-driver.php: move to Data

This commit is contained in:
Zankaria
2024-10-03 19:57:56 +02:00
parent 7377885de9
commit cae85a6a0c
4 changed files with 33 additions and 34 deletions

View File

@@ -2,7 +2,8 @@
namespace Vichan;
use RuntimeException;
use Vichan\Driver\{HttpDriver, HttpDrivers, Log, LogDrivers};
use Vichan\Driver\{Log, LogDrivers};
use Vichan\Data\Driver\{HttpDriver, HttpDrivers};
use Vichan\Service\HCaptchaQuery;
use Vichan\Service\NativeCaptchaQuery;
use Vichan\Service\ReCaptchaQuery;