@@ -88,7 +88,7 @@ |
||
88 | 88 | 'bar' => new ServiceMapping($this->container, 'other_service', false, "in file '{$mappingFilePath}'"), |
89 | 89 | 'baz' => new ChoiceMapping('baz_column', [ |
90 | 90 | 'lorem' => new ServiceMapping($this->container, "lorem_service", false, "in file '{$mappingFilePath}'"), |
91 | - 'ipsum' => new ServiceMapping($this->container, "ipsum_service", true, "in file '{$mappingFilePath}'"), |
|
91 | + 'ipsum' => new ServiceMapping($this->container, "ipsum_service", true, "in file '{$mappingFilePath}'"), |
|
92 | 92 | ], "in file '{$mappingFilePath}'"), |
93 | 93 | 'faz' => new ChoiceMapping(new Column("faz_column", Type::getType('string'), ['notnull' => true]), [ |
94 | 94 | 'lorem' => new ServiceMapping($this->container, "lorem_service", false, "in file '{$mappingFilePath}'"), |