mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Update remove extra );
This commit is contained in:
parent
b58d42f722
commit
5f0dba5398
@ -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();
|
||||
);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user