diff --git a/docs/en/index.md b/docs/en/index.md index bf6fe23..8d14e27 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -75,7 +75,7 @@ to show the DataObject by its ID. class MyDataObject extends DataObject { - function canView() { + function canView($member = null) { return true; }