Skip to content

Commit 5ce7318

Browse files
committed
Readme fixes.
1 parent dfdb26c commit 5ce7318

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

244244
```php
245245
class ExampleCommand extends Command

0 commit comments

Comments
 (0)