Skip to content

Commit 0f86c41

Browse files
committed
symfony recipe
1 parent d98322c commit 0f86c41

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

recipe/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"bundles": {
3-
"Inspector\\Symfony\\Bundle": ["all"]
3+
"Inspector\\Symfony\\Bundle\\InspectorBundle": ["all"]
44
},
55
"copy-from-recipe": {
66
"config/": "%CONFIG_DIR%/"

src/Listener/InspectorListener.php renamed to src/Listeners/InspectorListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33

4-
namespace Inspector\Symfony\Bundle\Listener;
4+
namespace Inspector\Symfony\Bundle\Listeners;
55

66

77
use Inspector\Inspector;

src/Resources/config/services.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<service class="Inspector\Inspector" id="inspector" public="true"/>
99
<service id="Inspector\Inspector" alias="inspector" public="true"/>
1010

11-
<service id="inspector.symfony.listener.inspector_listener" class="Inspector\Symfony\Listener\InspectorListener">
11+
<service id="inspector_symfony_bundle.listeners.inspector_listener" class="Inspector\Symfony\Bundle\Listeners\InspectorListener">
1212
<argument type="service" id="service_container"/>
1313
<tag name="kernel.event_subscriber" />
1414
</service>

0 commit comments

Comments
 (0)