Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 858e42d

Browse files
authored
Merge pull request #9348 from magento/devdocs/9348
Fix incorrect class name
2 parents 64b9225 + 7d71a3e commit 858e42d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_includes/config-guide/custom-logger-handler-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This example shows how to use [virtual types]({{page.baseurl}}/extension-dev-gui
4141
</type>
4242
```
4343

44-
1. The virtual class `Magento\Payment\Model\Method\MyCustomLogger` will be injected into the `debug` handler of the `$logger` property in the `Magento\Payment\Model\Method\Logger` class.
44+
1. The virtual class `Magento\Payment\Model\Method\MyCustomDebug` will be injected into the `debug` handler of the `$logger` property in the `Magento\Payment\Model\Method\Logger` class.
4545

4646
```xml
4747
...

0 commit comments

Comments
 (0)