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 05a66d5 commit 0591dafCopy full SHA for 0591daf
README.md
@@ -240,7 +240,7 @@ class ExampleCommand extends Command
240
You'll get the fatal error - the traits conflict, because of both of these traits are overriding `initialize` method:
241
> If two traits insert a method with the same name, a fatal error is produced, if the conflict is not explicitly resolved.
242
243
-But don't worry, the solution is very simple. Override `initialize` method by yourself, and initialize traits in required order:
+Override `initialize` method by yourself, and initialize traits in required order:
244
245
```php
246
class ExampleCommand extends Command
0 commit comments