Spaces:
No application file
No application file
namespace Mautic\NotificationBundle\Entity; | |
use Mautic\CoreBundle\Entity\CommonRepository; | |
/** | |
* @extends CommonRepository<PushID> | |
*/ | |
class PushIDRepository extends CommonRepository | |
{ | |
} | |