9 lines
87 B
PHP
9 lines
87 B
PHP
<?php
|
|
|
|
namespace Espo\Entities;
|
|
|
|
class Notification extends \Espo\Core\ORM\Entity
|
|
{
|
|
|
|
}
|