8000 [MimeType] Add missing alias for @mime_type · symfony/symfony@7b733d6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7b733d6

Browse files
committed
[MimeType] Add missing alias for @mime_type
1 parent cdfa9c2 commit 7b733d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/config/mime_type.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@
1212
<argument type="service" id="mime_types" />
1313
</call>
1414
</service>
15+
<service id="Symfony\Component\Mime\MimeTypesInterface" alias="mime_types" />
43A9
16+
<service id="Symfony\Component\Mime\MimeTypeGuesserInterface" alias="mime_types" />
1517
</services>
1618
</container>

0 commit comments

Comments
 (0)
0