post.php: remove obsolete imports

This commit is contained in:
Zankaria 2025-04-24 01:17:18 +02:00
parent cb3ac5c4f1
commit 7ea504c7d3

View File

@ -5,7 +5,6 @@
require_once 'inc/bootstrap.php'; require_once 'inc/bootstrap.php';
use Vichan\{Context, WebDependencyFactory};
use Vichan\Data\Driver\{LogDriver, HttpDriver}; use Vichan\Data\Driver\{LogDriver, HttpDriver};
use Vichan\Data\ReportQueries; use Vichan\Data\ReportQueries;
use Vichan\Service\{IpBlacklistService, RemoteCaptchaQuery, SecureImageCaptchaQuery}; use Vichan\Service\{IpBlacklistService, RemoteCaptchaQuery, SecureImageCaptchaQuery};