Skip to content

Commit 38fa7d0

Browse files
fixed non public services
1 parent 6dcf182 commit 38fa7d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Resources/config/services.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
<service id="task.scheduler" alias="%task.scheduler_service%"/>
99
<service id="task.runner" alias="%task.runner_service%"/>
1010

11-
<service id="task.command.run" class="Task\TaskBundle\Command\RunCommand" public="false">
11+
<service id="task.command.run" class="Task\TaskBundle\Command\RunCommand">
1212
<argument type="service" id="task.runner"/>
1313

1414
<tag name="console.command"/>
1515
</service>
1616

17-
<service id="task.command.schedule_task" class="Task\TaskBundle\Command\ScheduleTaskCommand" public="false">
17+
<service id="task.command.schedule_task" class="Task\TaskBundle\Command\ScheduleTaskCommand">
1818
<argument type="service" id="task.scheduler"/>
1919

2020
<tag name="console.command"/>

0 commit comments

Comments
 (0)