15 lines
142 B
PHP
15 lines
142 B
PHP
<?php
|
|
|
|
namespace Espo\Entities;
|
|
|
|
class Preferences extends \Espo\Core\ORM\Entity
|
|
{
|
|
|
|
public function getSmtpSettings()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
}
|
|
|