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 66ece2c commit 9d549ceCopy full SHA for 9d549ce
README.md
@@ -432,7 +432,7 @@ class ExampleCommand extends Command
432
You'll get the fatal error - the traits conflict, because of 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.
434
435
-But don't worry, 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:
436
437
```php
438
class ExampleCommand extends Command
0 commit comments