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