deblan.tv/vendor/trinity/src/Trinity/Bundle/NotificationBundle/Model/Notification.php
2015-03-02 21:57:49 +01:00

10 lines
173 B
PHP

<?php
namespace Trinity\Bundle\NotificationBundle\Model;
use Trinity\Bundle\NotificationBundle\Model\om\BaseNotification;
class Notification extends BaseNotification
{
}