This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/application/Espo/Entities/Notification.php
T
Yuri Kuznetsov e05a134766 notifications
2014-02-04 16:31:19 +02:00

9 lines
87 B
PHP

<?php
namespace Espo\Entities;
class Notification extends \Espo\Core\ORM\Entity
{
}