From afc42fade5285623f9d45e11a289a15fcbc6553e Mon Sep 17 00:00:00 2001 From: bangnokia Date: Tue, 24 Dec 2024 15:31:05 +0700 Subject: [PATCH] wip --- app/Router.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Router.php b/app/Router.php index 2598b01..71662d1 100644 --- a/app/Router.php +++ b/app/Router.php @@ -3,7 +3,6 @@ namespace LinaPhp\Lina; use LinaPhp\Lina\Commands\WebsocketServeCommand; -use Illuminate\Support\Facades\Cache; use Symfony\Component\Finder\Finder; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response;