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