Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b52b871

Browse filesBrowse files
committed
fixed wrong merge
1 parent 036c946 commit b52b871
Copy full SHA for b52b871

File tree

Expand file treeCollapse file tree

1 file changed

+6
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-4
lines changed

‎src/Symfony/Bundle/FrameworkBundle/Resources/config/templating_php.xml

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/templating_php.xml
+6-4Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,18 @@
2727
<argument type="service" id="request_stack" />
2828
</service>
2929

30-
<<<<<<< HEAD
3130
<service id="templating.helper.router" class="Symfony\Bundle\FrameworkBundle\Templating\Helper\RouterHelper">
3231
<tag name="templating.helper" alias="router" />
3332
<argument type="service" id="router" />
3433
</service>
3534

35+
<service id="templating.helper.assets" class="Symfony\Bundle\FrameworkBundle\Templating\Helper\AssetsHelper">
36+
<tag name="templating.helper" alias="assets" />
37+
<argument /> <!-- default package -->
38+
<argument type="collection" /> <!-- named packages -->
39+
</service>
40+
3641
<service id="templating.helper.actions" class="Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper">
37-
=======
38-
<service id="templating.helper.actions" class="%templating.helper.actions.class%">
39-
>>>>>>> 2.8
4042
<tag name="templating.helper" alias="actions" />
4143
<argument type="service" id="fragment.handler" />
4244
</service>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.