Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit efd2567

Browse files
committed
Fixed critical Symfony 3.4 issue
1 parent e972969 commit efd2567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/data_collector/template.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @author Khoa Bui (khoaofgod) <khoaofgod@gmail.com> http://www.phpfastcache.com
1111
#}
1212

13-
{% extends 'WebProfilerBundle:Profiler:layout.html.twig' %}
13+
{% extends '@WebProfiler/Profiler/layout.html.twig' %}
1414

1515
{% block toolbar %}
1616
{% set icon %}

0 commit comments

Comments
 (0)