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/Team.php
T
Yuri Kuznetsov 43ee44b6e9 dev
2013-12-23 13:13:13 +02:00

10 lines
81 B
PHP

<?php
namespace Espo\Entities;
class Team extends \Espo\Core\ORM\Entity
{
}