File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public function lateCollect(): void
66
66
67
67
public static function getTemplate (): string
68
68
{
69
- return '@AI /data_collector.html.twig ' ;
69
+ return '@Ai /data_collector.html.twig ' ;
70
70
}
71
71
72
72
/**
Original file line number Diff line number Diff line change 3
3
{% block toolbar %}
4
4
{% if collector .platformCalls | length > 0 %}
5
5
{% set icon %}
6
- {{ include (' @AI /icon.svg' , { y : 18 }) }}
6
+ {{ include (' @Ai /icon.svg' , { y : 18 }) }}
7
7
<span class =" sf-toolbar-value" >{{ collector .platformCalls | length }}</span >
8
8
<span class =" sf-toolbar-info-piece-additional-detail" >
9
9
<span class =" sf-toolbar-label" >calls</span >
37
37
38
38
{% block menu %}
39
39
<span class =" label" >
40
- <span class =" icon" >{{ include (' @AI /icon.svg' , { y : 16 }) }}</span >
40
+ <span class =" icon" >{{ include (' @Ai /icon.svg' , { y : 16 }) }}</span >
41
41
<strong >Symfony AI</strong >
42
42
<span class =" count" >{{ collector .platformCalls | length }}</span >
43
43
</span >
You can’t perform that action at this time.
0 commit comments