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 83342af commit 844cdf5Copy full SHA for 844cdf5
README.md
@@ -151,7 +151,7 @@ class Foo extends Command
151
You'll get fatal error, the "traits conflict", because both of these traits are overriding `initialize` method:
152
>If two traits insert a method with the same name, a fatal error is produced, if the conflict is not explicitly resolved.
153
154
-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:
155
```php
156
class Foo extends Command
157
{
0 commit comments