diff --git a/docs/en/02_Developer_Guides/11_Integration/00_CSV_Import.md b/docs/en/02_Developer_Guides/11_Integration/00_CSV_Import.md index 251793eb8..4e2147794 100644 --- a/docs/en/02_Developer_Guides/11_Integration/00_CSV_Import.md +++ b/docs/en/02_Developer_Guides/11_Integration/00_CSV_Import.md @@ -52,7 +52,7 @@ The simplest way to use [api:CsvBulkLoader] is through a [api:ModelAdmin] interf 'Player' ); private static $model_importers = array( - 'Player' => 'PlayerCsvBulkLoader', + 'Player' => 'CsvBulkLoader', ); private static $url_segment = 'players'; }