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

@@ -1,7 +1,7 @@
<?php // Verify captchas server side.
namespace Vichan\Service;
use Vichan\Driver\HttpDriver;
use Vichan\Data\Driver\HttpDriver;
defined('TINYBOARD') or exit;