Skip to content

Commit b0dc143

Browse files
authored
Merge pull request #17 from micschk/patch-1
Fixing typo in ExcelImportExport
2 parents e799271 + 7b88bfc commit b0dc143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ExcelImportExport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public static function importFieldsForClass($class)
143143
$importedFields = array_keys(self::allFieldsForClass($class));
144144
}
145145

146-
$unimportedFields = Config::inst()->get($class, 'unimported_Fields');
146+
$unimportedFields = Config::inst()->get($class, 'unimported_fields');
147147

148148
if ($unimportedFields) {
149149
$importedFields = array_diff($importedFields, $unimportedFields);

0 commit comments

Comments
 (0)