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(); }