From 111de20a5766550a19830ae1cb4f0e115618522b Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Sat, 7 Jun 2025 00:00:17 +0700 Subject: [PATCH] fix cs --- src/SPC/builder/extension/xhprof.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/SPC/builder/extension/xhprof.php b/src/SPC/builder/extension/xhprof.php index afb22257..c3d98aac 100644 --- a/src/SPC/builder/extension/xhprof.php +++ b/src/SPC/builder/extension/xhprof.php @@ -7,7 +7,6 @@ namespace SPC\builder\extension; use SPC\builder\Extension; use SPC\store\FileSystem; use SPC\util\CustomExt; -use SPC\util\SPCConfigUtil; #[CustomExt('xhprof')] class xhprof extends Extension