fix extend
This commit is contained in:
@@ -29,12 +29,14 @@
|
||||
|
||||
namespace Espo\Modules\Crm\Services;
|
||||
|
||||
use Espo\ORM\Entity;
|
||||
use Espo\Services\Record;
|
||||
|
||||
/**
|
||||
* For backward compatibility.
|
||||
* @todo Remove in v9.0.
|
||||
* @deprecated As of v8.2.
|
||||
* @extends Record<Entity>
|
||||
*/
|
||||
class Opportunity extends Record
|
||||
{}
|
||||
|
||||
Reference in New Issue
Block a user