removing type
This commit is contained in:
parent
6655204714
commit
3ce1f4ade9
|
|
@ -11,7 +11,7 @@ class ClearPlansCache
|
|||
{
|
||||
use Plans;
|
||||
|
||||
public function handle(string $event): void
|
||||
public function handle($event): void
|
||||
{
|
||||
$this->clearPlansCache();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue