You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$rules = [
$builder->only([
'Akeneo\Pim\ApiClient',
'Akeneo\PimEnterprise\ApiClient',
'Symfony',
'Doctrine',
'PHPUnit',
'OldSound\RabbitMqBundle',
'PhpAmqpLib',
'Psr',
'Prophecy',
'JMS\Serializer',
'Http\Discovery',
'GuzzleHttp\Psr7',
])->in('Smallable\Produit\AkeneoBundle'),
$builder->only([
'Smallable\Produit\ProduitBundle\Entity'// this should be possible, and then it should allow to use everything that is in the parent
])->in('Smallable\Produit\AkeneoBundle\Migration'),
];
The text was updated successfully, but these errors were encountered:
Example :
The text was updated successfully, but these errors were encountered: