Skip to content

Commit 6b5ad59

Browse files
committed
fix(demo): fixing typo in package name
1 parent ff3e587 commit 6b5ad59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ai-bundle/src/AiBundle.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,8 +410,8 @@ private function processPlatformConfig(string $type, array $platform, ContainerB
410410
}
411411

412412
if ('bedrock' === $type) {
413-
if (!ContainerBuilder::willBeAvailable('symfony/bedrock-platform', BedrockFactory::class, ['symfony/ai-bundle'])) {
414-
throw new RuntimeException('Bedrock platform configuration requires "symfony/bedrock-platform" package. Try running "composer require symfony/bedrock-platform".');
413+
if (!ContainerBuilder::willBeAvailable('symfony/ai-bedrock-platform', BedrockFactory::class, ['symfony/ai-bundle'])) {
414+
throw new RuntimeException('Bedrock platform configuration requires "symfony/ai-bedrock-platform" package. Try running "composer require symfony/ai-bedrock-platform".');
415415
}
416416

417417
foreach ($platform as $name => $config) {

0 commit comments

Comments
 (0)