Skip to content

Commit 7feaba4

Browse files
committed
ICL: Readme fixes.
1 parent 986351e commit 7feaba4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@ class MyLoggableCommand extends Command
426426
```
427427
428428
You'll get fatal error, the "traits conflict", because both of these traits are overriding `initialize` method.
429+
>If two traits insert a method with the same name, a fatal error is produced, if the conflict is not explicitly resolved.
429430

430431
But don't worry, solution is very simple. Override `initialize` method by yourself, and initialize traits in required order:
431432

0 commit comments

Comments
 (0)