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

@@ -6,7 +6,7 @@
require_once 'inc/bootstrap.php';
use Vichan\{Context, WebDependencyFactory};
use Vichan\Driver\{HttpDriver, Log};
use Vichan\Data\Driver\{HttpDriver, Log};
use Vichan\Service\{RemoteCaptchaQuery, NativeCaptchaQuery};
use Vichan\Functions\Format;