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 7dbf1ec commit 12f64ebCopy full SHA for 12f64eb
README.md
@@ -443,7 +443,7 @@ class Foo extends Command
443
You'll get fatal error, the "traits conflict", because both of these traits are overriding `initialize` method:
444
>If two traits insert a method with the same name, a fatal error is produced, if the conflict is not explicitly resolved.
445
446
-But don't worry, solution is very simple. Just override `initialize` method by yourself, and initialize traits in required order:
+But don't worry, solution is very simple. Override `initialize` method by yourself, and initialize traits in required order:
447
```php
448
class Foo extends Command
449
{
0 commit comments