Code
Explorer
You are a developer and looking for Shopware projects?
Apply Now!
RoutingConditionServiceBundle example
use
Symfony\Bundle\FrameworkBundle\FrameworkBundle;
use
Symfony\Bundle\FrameworkBundle\Tests\Functional\Bundle\RoutingConditionServiceBundle\RoutingConditionServiceBundle;
return
[
new
FrameworkBundle
(
)
,
new
RoutingConditionServiceBundle
(
)
,
]
;