Spaces:
No application file
No application file
namespace MauticPlugin\MauticCrmBundle\Api; | |
use MauticPlugin\MauticCrmBundle\Integration\CrmAbstractIntegration; | |
/** | |
* @method createLead() | |
*/ | |
class CrmApi | |
{ | |
public function __construct( | |
protected CrmAbstractIntegration $integration | |
) { | |
} | |
} | |