We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814d8c4 commit 9888e15Copy full SHA for 9888e15
profiler/matchers.rst
@@ -183,7 +183,9 @@ profiler to use this service as the matcher:
183
184
<framework:config>
185
<!-- ... -->
186
- <framework:profiler service="app.super_admin_matcher" />
+ <framework:profiler>
187
+ <framework:matcher service="app.super_admin_matcher" />
188
+ </framework:profiler>
189
</framework:config>
190
</container>
191
@@ -193,6 +195,8 @@ profiler to use this service as the matcher:
193
195
$container->loadFromExtension('framework', array(
194
196
// ...
197
'profiler' => array(
- 'service' => 'app.super_admin_matcher',
198
+ 'matcher' => array(
199
+ 'service' => 'app.super_admin_matcher',
200
+ )
201
),
202
));
0 commit comments