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/Preferences.php
T
Yuri Kuznetsov ff8d15eb40 dashleys
2014-01-24 17:36:41 +02:00

15 lines
142 B
PHP

<?php
namespace Espo\Entities;
class Preferences extends \Espo\Core\ORM\Entity
{
public function getSmtpSettings()
{
// TODO
}
}