|
@@ -59,7 +59,7 @@ |
|
|
block discarded – undo |
|
59
|
59
|
'bar' => new ServiceMapping('other_service', false, "in file '{$mappingFilePath}'"), |
|
60
|
60
|
'baz' => new ChoiceMapping('baz_column', [ |
|
61
|
61
|
'lorem' => new ServiceMapping("lorem_service", false, "in file '{$mappingFilePath}'"), |
|
62
|
|
- 'ipsum' => new ServiceMapping("ipsum_service", true, "in file '{$mappingFilePath}'"), |
|
|
62
|
+ 'ipsum' => new ServiceMapping("ipsum_service", true, "in file '{$mappingFilePath}'"), |
|
63
|
63
|
], "in file '{$mappingFilePath}'"), |
|
64
|
64
|
'faz' => new ChoiceMapping(new Column("faz_column", Type::getType('string'), ['notnull' => true]), [ |
|
65
|
65
|
'lorem' => new ServiceMapping("lorem_service", false, "in file '{$mappingFilePath}'"), |
Please login to merge, or discard this patch.