Skip to content

Commit 0591daf

Browse files
committed
Readme fixes.
1 parent 05a66d5 commit 0591daf

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
@@ -240,7 +240,7 @@ class ExampleCommand extends Command
240240
You'll get the fatal error - the traits conflict, because of both of these traits are overriding `initialize` method:
241241
> If two traits insert a method with the same name, a fatal error is produced, if the conflict is not explicitly resolved.
242242
243-
But don't worry, the solution is very simple. Override `initialize` method by yourself, and initialize traits in required order:
243+
Override `initialize` method by yourself, and initialize traits in required order:
244244
245245
```php
246246
class ExampleCommand extends Command

0 commit comments

Comments
 (0)