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.
1 parent 66d33fc commit 811f113Copy full SHA for 811f113
README.md
@@ -48,7 +48,7 @@ trait Loggable
48
}
49
```
50
51
-If your command is overriding `initialize` method too, then you should initialize logger manually:
+If your command is overriding `initialize` method too, then you should call `initializeLogging` method by yourself:
52
```php
53
class Foo extends Command
54
{
0 commit comments