Skip to content

Commit

Permalink
Fix definition config for MetadataSchemaConveyor::addEntityPaths() (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
thenotsoft committed Mar 8, 2024
1 parent 866b206 commit cfcc2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/di.php
Expand Up @@ -93,6 +93,6 @@
// Schema Conveyor
SchemaConveyorInterface::class => [
'class' => MetadataSchemaConveyor::class,
'addEntityPaths()' => $params['yiisoft/yii-cycle']['entity-paths'] ?? [],
'addEntityPaths()' => [$params['yiisoft/yii-cycle']['entity-paths'] ?? []],
],
];

0 comments on commit cfcc2f6

Please sign in to comment.