mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Removed PlayerCsvBulkLoader as importer
Removed PlayerCsvBulkLoader as model importer class and replaced it with CsvBulkLoader instead.
This commit is contained in:
parent
f131b0d91e
commit
b0057c77f0
@ -52,7 +52,7 @@ The simplest way to use [api:CsvBulkLoader] is through a [api:ModelAdmin] interf
|
|||||||
'Player'
|
'Player'
|
||||||
);
|
);
|
||||||
private static $model_importers = array(
|
private static $model_importers = array(
|
||||||
'Player' => 'PlayerCsvBulkLoader',
|
'Player' => 'CsvBulkLoader',
|
||||||
);
|
);
|
||||||
private static $url_segment = 'players';
|
private static $url_segment = 'players';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user