Skip to content

Commit

Permalink
EZP-26391: ez-support-tools factory called on every request (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
glye authored Oct 8, 2016
1 parent e556dd9 commit c82a872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ services:
support_tools.system_info.ezc:
class: ezcSystemInfo
factory: ["@support_tools.system_info.ezc.factory", buildEzcSystemInfo]
lazy: true

support_tools.system_info.ezc.factory:
class: "%support_tools.system_info.ezc.factory.class%"
lazy: true


# SystemInfoCollectors
Expand Down

0 comments on commit c82a872

Please sign in to comment.