Skip to content

Commit

Permalink
[NodeBundle] Mark node version lock helper service as public (#2246)
Browse files Browse the repository at this point in the history
  • Loading branch information
acrobat committed Jan 22, 2019
1 parent 0201c11 commit a419f23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Kunstmaan/NodeBundle/Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ services:
kunstmaan_node.admin_node.node_version_lock_helper:
class: Kunstmaan\NodeBundle\Helper\NodeAdmin\NodeVersionLockHelper
arguments: ['@service_container', '@doctrine.orm.entity_manager']
public: true

kunstmaan_node.actions_menu_builder:
class: Kunstmaan\NodeBundle\Helper\Menu\ActionsMenuBuilder
Expand Down

0 comments on commit a419f23

Please sign in to comment.