We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 195293e + fe94445 commit 12dedc1Copy full SHA for 12dedc1
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