diff --git a/docs/en/howto/csv-import.md b/docs/en/howto/csv-import.md index 200032bf0..dd6b24c6c 100644 --- a/docs/en/howto/csv-import.md +++ b/docs/en/howto/csv-import.md @@ -191,7 +191,6 @@ Sample implementation of a custom loader. Assumes a CSV-file in a certain format } public static function getTeamByTitle(&$obj, $val, $record) { return FootballTeam::get()->filter('Title', $val)->First(); - ); } } ?>