<?xml version="1.0" encoding="UTF-8"?>
<container xmlns="http://symfony.com/schema/dic/services" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
    <services>
        <service id="sonata.notification.api.form.type.message" class="Sonata\NotificationBundle\Form\Type\MessageSerializationType">
            <tag name="form.type" alias="sonata_notification_api_form_message"/>
            <argument type="service" id="jms_serializer.metadata_factory"/>
            <argument type="service" id="doctrine"/>
            <argument>sonata_notification_api_form_message</argument>
            <argument>%sonata.notification.admin.message.entity%</argument>
            <argument>sonata_api_write</argument>
        </service>
    </services>
</container>
