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