We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 195293e commit fe94445Copy full SHA for fe94445
1 file changed
src/Panel/MailPanel.php
@@ -67,7 +67,7 @@ public function initialize(): void
67
68
$configs[$name] = $transport;
69
}
70
- $property->setValue($configs);
+ $reflection->setStaticPropertyValue('_config', $configs);
71
72
73
/**
0 commit comments