Skip to content

Commit

Permalink
Added missing service definition
Browse files Browse the repository at this point in the history
  • Loading branch information
kmadejski committed Aug 12, 2019
1 parent fdd4b52 commit 32ee72e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/bundle/Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ services:
autowire: true
autoconfigure: true
public: false

EzSystems\EzPlatformMaintenanceModeBundle\Event\Subscriber\MaintenanceModeSubscriber:
arguments:
$kernelEnvironment: '%kernel.environment%'
tags:
- { name: kernel.event_subscriber }

0 comments on commit 32ee72e

Please sign in to comment.