From 3ce1f4ade973b102bb4ad2d25d10fa9a3f22cf1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Duli=C3=A7i?= Date: Fri, 13 Oct 2023 09:59:52 +0300 Subject: [PATCH] removing type --- app/Listeners/Common/ClearPlansCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Listeners/Common/ClearPlansCache.php b/app/Listeners/Common/ClearPlansCache.php index 058ac0954..be99105ba 100644 --- a/app/Listeners/Common/ClearPlansCache.php +++ b/app/Listeners/Common/ClearPlansCache.php @@ -11,7 +11,7 @@ class ClearPlansCache { use Plans; - public function handle(string $event): void + public function handle($event): void { $this->clearPlansCache(); }