Skip to content

Commit 9d549ce

Browse files
committed
Readme fixes.
1 parent 66ece2c commit 9d549ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ class ExampleCommand extends Command
432432
You'll get the fatal error - the traits conflict, because of both of these traits are overriding `initialize` method:
433433
> If two traits insert a method with the same name, a fatal error is produced, if the conflict is not explicitly resolved.
434434
435-
But don't worry, solution is very simple. Override `initialize` method by yourself, and initialize traits in required order:
435+
Override `initialize` method by yourself, and initialize traits in required order:
436436
437437
```php
438438
class ExampleCommand extends Command

0 commit comments

Comments
 (0)