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 d8b6bd7 commit 66ece2cCopy full SHA for 66ece2c
README.md
@@ -429,8 +429,8 @@ class ExampleCommand extends Command
429
}
430
```
431
432
-You'll get fatal error, the "traits conflict", because both of these traits are overriding `initialize` method.
433
->If two traits insert a method with the same name, a fatal error is produced, if the conflict is not explicitly resolved.
+You'll get the fatal error - the traits conflict, because of both of these traits are overriding `initialize` method:
+> If two traits insert a method with the same name, a fatal error is produced, if the conflict is not explicitly resolved.
434
435
But don't worry, solution is very simple. Override `initialize` method by yourself, and initialize traits in required order:
436
0 commit comments