Skip to content

Commit d9e3216

Browse files
fixed service definition
1 parent 37ffdfc commit d9e3216

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Resources/config/services.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
55
<services>
6-
<service id="task.naming_factory" class="Task\Naming\NamingFactory"/>
7-
86
<service id="task.command.run" class="Task\TaskBundle\Command\RunCommand">
97
<argument type="service" id="task.runner"/>
108

0 commit comments

Comments
 (0)