Skip to content

Commit 811f113

Browse files
committed
ICL: Readme fixes.
1 parent 66d33fc commit 811f113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ trait Loggable
4848
}
4949
```
5050

51-
If your command is overriding `initialize` method too, then you should initialize logger manually:
51+
If your command is overriding `initialize` method too, then you should call `initializeLogging` method by yourself:
5252
```php
5353
class Foo extends Command
5454
{

0 commit comments

Comments
 (0)