This commit is contained in:
Lucas Silva 2023-05-16 10:30:22 +02:00
parent c1c9562e67
commit 801c693ef9

View File

@ -15,7 +15,6 @@ final class WidgetHandlerManager
iterable $handlers iterable $handlers
) { ) {
$this->handlers = $handlers; $this->handlers = $handlers;
dump($this->handlers);
} }
public function getHandler(array $config,): WidgetHandlerInterface public function getHandler(array $config,): WidgetHandlerInterface