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/tests/testData/EntryPoints/Espo/Modules/Crm/EntryPoints/InModule.php
T
Taras Machyshyn c16b946f30 permission
2014-02-21 18:28:44 +02:00

16 lines
164 B
PHP

<?php
namespace tests\testData\EntryPoints\Espo\Modules\Crm\EntryPoints;
class InModule
{
protected $authRequired = true;
public function run()
{
}
}