From 5f0dba5398885f0a5c8f259b800e9599340066de Mon Sep 17 00:00:00 2001 From: muskie9 Date: Wed, 8 Oct 2014 15:32:05 -0500 Subject: [PATCH] Update remove extra ); --- docs/en/howto/csv-import.md | 1 - 1 file changed, 1 deletion(-) 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(); - ); } } ?>