Initial commit: CloudOps infrastructure platform
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace MauticPlugin\MauticCrmBundle\Api;
|
||||
|
||||
use MauticPlugin\MauticCrmBundle\Integration\CrmAbstractIntegration;
|
||||
|
||||
/**
|
||||
* @method createLead()
|
||||
*/
|
||||
class CrmApi
|
||||
{
|
||||
public function __construct(
|
||||
protected CrmAbstractIntegration $integration,
|
||||
) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user