Skip to content

Commit 8784b85

Browse files
committed
Merge branch '5.x' into 5.next
2 parents c836b22 + 017d23b commit 8784b85

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/deploy_docs_4x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Cloning repo
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818

.github/workflows/deploy_docs_5x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Cloning repo
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818

src/Panel/MailPanel.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ public function initialize(): void
4242
{
4343
$reflection = new ReflectionClass(TransportFactory::class);
4444
$property = $reflection->getProperty('_config');
45-
$property->setAccessible(true);
4645
/** @var array<\Cake\Mailer\AbstractTransport|array> $configs */
4746
$configs = $property->getValue();
4847

0 commit comments

Comments
 (0)