diff --git a/docs/guide/ngrest-plugins.md b/docs/guide/ngrest-plugins.md index e5140e75d..21cd24361 100644 --- a/docs/guide/ngrest-plugins.md +++ b/docs/guide/ngrest-plugins.md @@ -52,7 +52,7 @@ class TestPlugin extends Plugin { public function renderList($id, $ngModel) { - $this->createListTag($id, $ngModel); + $this->createListTag($ngModel); } public function renderUpdate($id, $ngModel)