Skip to content

Commit 7ca9e30

Browse files
committed
fix service config
1 parent b617359 commit 7ca9e30

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/Resources/config/console.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
<?xml version="1.0" ?>
22

33
<container xmlns="http://symfony.com/schema/dic/services"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xsi:schemaLocation="http://symfony.com/schema/dic/services
6+
http://symfony.com/schema/dic/services/services-1.0.xsd"
7+
>
68

79
<services>
8-
<service id="devgine_demo.hello_console" class="Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand">
10+
<service id="devgine_demo.hello_console" class="Devgine\Demo\Command\HelloCommand">
911
<tag name="console.command" command="devgine:demo:hello" />
1012
</service>
1113
</services>

0 commit comments

Comments
 (0)