File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments