Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 613e5c4 + 9888e15 commit eb04090Copy full SHA for eb04090
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