This commit is contained in:
2026-09-14 19:17:26 +02:00
commit f5ff279b7b
14 changed files with 610 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
<?xml version="1.0" ?>
<container xmlns="http://symfony.com/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
<services>
<service id="AeonDumpManager\Command\ExampleCommand">
<tag name="console.command"/>
</service>
<service id="AeonDumpManager\ScheduledTask\ExampleTask">
<tag name="shopware.scheduled.task"/>
</service>
</services>
</container>