Skip to content
Snippets Groups Projects

add service arguments

Merged Patrick Kenny requested to merge issue/jsonapi_links-3497426:service_injection_fix into 1.0.x
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
services:
jsonapi_links.subscriber:
class: Drupal\jsonapi_links\EventSubscriber\ResponseSubscriber
arguments: ['@config.factory', '@current_route_match']
tags:
- { name: event_subscriber }
Loading