File tree 2 files changed +2
-2
lines changed
src/Knp/DictionaryBundle/Resources
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
<container xmlns =" http://symfony.com/schema/dic/services" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd" >
3
3
<services >
4
4
<service id =" knp_dictionary.data_collector.dictionary_data_collector" class =" Knp\DictionaryBundle\DataCollector\DictionaryDataCollector" >
5
- <tag name =" data_collector" template =" KnpDictionaryBundle:: layout.html.twig" id =" dictionary" />
5
+ <tag name =" data_collector" template =" @KnpDictionary/ layout.html.twig" id =" dictionary" />
6
6
</service >
7
7
8
8
<service id =" knp_dictionary.dictionary.factory.factory_aggregate" class =" Knp\DictionaryBundle\Dictionary\Factory\FactoryAggregate" />
Original file line number Diff line number Diff line change 1
- {% extends ' WebProfilerBundle: Profiler: layout.html.twig' %}
1
+ {% extends ' @WebProfiler/ Profiler/ layout.html.twig' %}
2
2
3
3
{% block menu %}
4
4
<span class =" label {{ collector .dictionaries is empty ? ' disabled' }}" >
You can’t perform that action at this time.
0 commit comments