私の parameters.yml ファイルには次のものがあります。
parameters:
title:
subtitle: value
value
config.yml でサービスに渡したい
my_service:
class: the_class
arguments: [ %title.subtitle%] //didn't work
arguments: [ %title['subtitle']%] //didn't work
これどうやってするの?