Skip to content

Commit 5af819e

Browse files
committed
fixes
1 parent 61a92d6 commit 5af819e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Services/IblockDataGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ private function resolveGeneratorsFromLocator(array $data, int $iblockId, array
294294
continue;
295295
}
296296

297-
$serviceId = $data[$nameField];
297+
$serviceId = (string)$data[$nameField];
298298
if ($this->locator->has($serviceId)) {
299299
/** @var FixtureGeneratorInterface $generator */
300300
$generator = $this->locator->get($serviceId);

0 commit comments

Comments
 (0)