Skip to content

Commit 4551880

Browse files
committed
Update README.md
1 parent efc55a4 commit 4551880

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
@@ -179,7 +179,7 @@ If any constraint of config definition is not met a `UserException` is thrown. T
179179

180180
## Migration from version 6 to version 7
181181

182-
The default entrypoint of component (in `index.php`) changed from `BaseComponent::run()` to `BaseComponent::execute()`. While running the component via `run` method is still supported, you need to use `execute()` if you want to take advantage of sync action support.
182+
The default entrypoint of component (in `index.php`) changed from `BaseComponent::run()` to `BaseComponent::execute()`. Please also note, that the `run` method can no longer be public and can only be called from inside the component now.
183183

184184
## More reading
185185

0 commit comments

Comments
 (0)