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.
2 parents 7221213 + e999a09 commit 017d23bCopy full SHA for 017d23b
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