Skip to content

Commit

Permalink
Fix social_post.services.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-getopensocial committed Oct 16, 2024
1 parent 8e34027 commit c1e69b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/social_features/social_post/social_post.services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@ services:
class: Drupal\social_post\Service\SocialPostHelper
arguments: ['@entity_type.manager', '@current_user']


#hooks replacement
social_post.form.hooks:
class: Drupal\social_post\Hooks\SocialPostFormHooks
arguments:
- '@social_post.helper'
- '@current_route_match'
- '@current_user'
tags:
- { name: hooks }

0 comments on commit c1e69b5

Please sign in to comment.