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 3d4c5b1 commit dfdb26cCopy full SHA for dfdb26c
README.md
@@ -236,8 +236,8 @@ class ExampleCommand extends Command
236
}
237
```
238
239
-You'll get fatal error, the "traits conflict", because both of these traits are overriding `initialize` method:
240
->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.
241
242
But don't worry, solution is very simple. Override `initialize` method by yourself, and initialize traits in required order:
243
0 commit comments