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/unit/testData/EntryPoints/Espo/EntryPoints/Download.php
T
2016-09-13 16:20:42 +03:00

15 lines
165 B
PHP

<?php
namespace tests\unit\testData\EntryPoints\Espo\EntryPoints;
class Download extends \Espo\Core\EntryPoints\Base
{
public function run()
{
}
}