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 986351e commit 7feaba4Copy full SHA for 7feaba4
README.md
@@ -426,6 +426,7 @@ class MyLoggableCommand extends Command
426
```
427
428
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.
430
431
But don't worry, solution is very simple. Override `initialize` method by yourself, and initialize traits in required order:
432
0 commit comments