diff --git a/en/02_Developer_Guides/15_Customising_the_Admin_Interface/How_Tos/Extending_An_Existing_ModelAdmin.md b/en/02_Developer_Guides/15_Customising_the_Admin_Interface/How_Tos/Extending_An_Existing_ModelAdmin.md index 8b000e4c..3c3fb5ea 100644 --- a/en/02_Developer_Guides/15_Customising_the_Admin_Interface/How_Tos/Extending_An_Existing_ModelAdmin.md +++ b/en/02_Developer_Guides/15_Customising_the_Admin_Interface/How_Tos/Extending_An_Existing_ModelAdmin.md @@ -30,5 +30,4 @@ MyAdmin: - App\Extension\MyAdminExtension ``` -The following extension points are available: `updateEditForm()`, `updateSearchContext()`, -`updateSearchForm()`, `updateList()`, `updateImportForm`. +The following extension points are available: `updateEditForm()`, `updateList()`, `updateImportForm`.