From 04f834c31704ac617c9103f5a639d9e3211847f1 Mon Sep 17 00:00:00 2001 From: muskie9 Date: Fri, 18 Apr 2014 14:36:03 -0500 Subject: [PATCH] Update remove extra ); from relation callback function --- 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 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(); - ); } } ?>