Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle rules of parent nodes in a sub node #60

Open
jjanvier opened this issue Nov 2, 2020 · 0 comments
Open

Handle rules of parent nodes in a sub node #60

jjanvier opened this issue Nov 2, 2020 · 0 comments

Comments

@jjanvier
Copy link
Contributor

jjanvier commented Nov 2, 2020

Example :

$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'),
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant