mirror of
https://github.com/espocrm/espocrm.git
synced 2026-07-01 08:26:04 +00:00
9 lines
85 B
PHP
9 lines
85 B
PHP
<?php
|
|
|
|
namespace Espo\Entities;
|
|
|
|
class Attachment extends \Espo\Core\ORM\Entity
|
|
{
|
|
|
|
}
|