From 83e04c639ab73777b31ebdf5f8b22ff863e42208 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Tue, 18 Mar 2025 09:59:35 +0100 Subject: [PATCH] context.php: update --- inc/context.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/context.php b/inc/context.php index 8835bf2d..c5375d89 100644 --- a/inc/context.php +++ b/inc/context.php @@ -3,8 +3,8 @@ namespace Vichan; use Vichan\Data\{IpNoteQueries, ReportQueries, UserPostQueries}; use Vichan\Data\Driver\{CacheDriver, HttpDriver, ErrorLogLogDriver, FileLogDriver, LogDriver, StderrLogDriver, SyslogLogDriver}; -use Vichan\Services\Embed\EmbedService; -use Vichan\Services\Embed\OembedExtractor; +use Vichan\Service\Embed\EmbedService; +use Vichan\Service\Embed\OembedExtractor; defined('TINYBOARD') or exit;