diff --git a/docs/en/howto/csv-import.md b/docs/en/howto/csv-import.md index 7d9c26061..7ecd8c687 100644 --- a/docs/en/howto/csv-import.md +++ b/docs/en/howto/csv-import.md @@ -188,7 +188,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(); - ); } } ?>