mirror of
https://github.com/vr-payment/shopware-6.git
synced 2026-06-15 09:16:52 +00:00
d91a29c6b7
This reverts commit aa4aa15c54.
9 lines
357 B
XML
9 lines
357 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns="http://symfony.com/schema/routing"
|
|
xsi:schemaLocation="http://symfony.com/schema/routing
|
|
https://symfony.com/schema/routing/routing-1.0.xsd">
|
|
|
|
<import resource="../../Core/**/**/Controller/*Controller.php" type="attribute"/>
|
|
</routes>
|