mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-13 08:06:26 +03:00
Update MsgPhp bundles to v0.1
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
<?php
|
||||
|
||||
use MsgPhp\Eav\Entity\{Attribute, AttributeValue};
|
||||
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
|
||||
|
||||
return function (ContainerConfigurator $container) {
|
||||
$container->extension('msgphp_eav', [
|
||||
'class_mapping' => [
|
||||
Attribute::class => \App\Entity\Eav\Attribute::class,
|
||||
AttributeValue::class => \App\Entity\Eav\AttributeValue::class,
|
||||
],
|
||||
]);
|
||||
};
|
||||
Reference in New Issue
Block a user