DigitalState/Platform-Notification-Bundle

View on GitHub
Form/Handler/NotificationHandler.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Ds\Bundle\NotificationBundle\Form\Handler;

use Ds\Bundle\EntityBundle\Form\Handler\EntityHandler;

/**
 * Class NotificationHandler
 */
class NotificationHandler extends EntityHandler
{
}