removing type

This commit is contained in:
Denis Duliçi 2023-10-13 09:59:52 +03:00
parent 6655204714
commit 3ce1f4ade9
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ class ClearPlansCache
{
use Plans;
public function handle(string $event): void
public function handle($event): void
{
$this->clearPlansCache();
}