15 lines
165 B
PHP
15 lines
165 B
PHP
<?php
|
|
|
|
namespace tests\unit\testData\EntryPoints\Espo\EntryPoints;
|
|
|
|
|
|
class Download extends \Espo\Core\EntryPoints\Base
|
|
{
|
|
|
|
public function run()
|
|
{
|
|
|
|
}
|
|
}
|
|
|