Skip to content

Commit dfdb26c

Browse files
committed
Readme fixes.
1 parent 3d4c5b1 commit dfdb26c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ class ExampleCommand extends Command
236236
}
237237
```
238238

239-
You'll get fatal error, the "traits conflict", because 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.
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.
241241
242242
But don't worry, solution is very simple. Override `initialize` method by yourself, and initialize traits in required order:
243243

0 commit comments

Comments
 (0)