Skip to content

Commit

Permalink
elvetemedve#61: Using namespace to avoid conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelovani committed Jan 17, 2023
1 parent e4661f2 commit e48b7c8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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="event_dispatcher" class="Symfony\Component\EventDispatcher\EventDispatcher" public="true"/>
<service id="bex.screenshot_extension.event_dispatcher" class="Symfony\Component\EventDispatcher\EventDispatcher" public="true"/>

<service id="bex.screenshot_extension.config" class="Bex\Behat\ScreenshotExtension\ServiceContainer\Config" public="false" />

Expand All @@ -24,7 +24,7 @@
<service id="bex.screenshot_extension.screenshot_uploader" class="Bex\Behat\ScreenshotExtension\Service\ScreenshotUploader" public="false">
<argument type="service" id="bex.screenshot_extension.indented_output" />
<argument type="service" id="bex.screenshot_extension.config" />
<argument type="service" id="event_dispatcher" />
<argument type="service" id="bex.screenshot_extension.event_dispatcher" />
</service>

<!-- event listener -->
Expand Down

0 comments on commit e48b7c8

Please sign in to comment.