We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c836b22 + 017d23b commit 8784b85Copy full SHA for 8784b85
3 files changed
.github/workflows/deploy_docs_4x.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Cloning repo
15
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
16
with:
17
fetch-depth: 0
18
.github/workflows/deploy_docs_5x.yml
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