diff --git a/function.php b/function.php index 68e4fcd1..cfae1423 100644 --- a/function.php +++ b/function.php @@ -4,7 +4,7 @@ defined('APP_PATH') or define('APP_PATH', realpath(__DIR__ . '/../../')); use Annotation\Annotation; -use Server\Context; +use Kiri\Context; use Http\Handler\Router; use JetBrains\PhpStorm\Pure; use Kiri\Abstracts\Config;