We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7221213 commit e999a09Copy full SHA for e999a09
src/Panel/MailPanel.php
@@ -42,7 +42,6 @@ public function initialize(): void
42
{
43
$reflection = new ReflectionClass(TransportFactory::class);
44
$property = $reflection->getProperty('_config');
45
- $property->setAccessible(true);
46
/** @var array<\Cake\Mailer\AbstractTransport|array> $configs */
47
$configs = $property->getValue();
48
0 commit comments