deblan.tv/vendor/trinity/src/Trinity/.svn/pristine/1d/1d925d677bd4159c4f567691f7b2373e684a9475.svn-base
2015-03-02 21:57:49 +01:00

10 lines
188 B
Plaintext

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