We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b17a5c7 commit 24b0563Copy full SHA for 24b0563
Tests/Units/DependencyInjection/Configuration.php
@@ -76,10 +76,10 @@ protected function getDefaultOutput()
76
'delivery' => 'immediate',
77
),
78
'render' => array(
79
- 'path' => 'SpyTimelineBundle:Timeline',
80
- 'fallback' => 'SpyTimelineBundle:Timeline:default.html.twig',
+ 'path' => '@SpyTimeline/Timeline',
+ 'fallback' => '@SpyTimeline/Timeline/default.html.twig',
81
'resources' => array(
82
- 'SpyTimelineBundle:Action:components.html.twig',
+ '@SpyTimeline/Action/components.html.twig',
83
84
85
'query_builder' => array(
0 commit comments