Initial commit: CloudOps infrastructure platform
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace MauticPlugin\MauticCrmBundle\Tests\Stubs;
|
||||
|
||||
use MauticPlugin\MauticCrmBundle\Integration\CrmAbstractIntegration;
|
||||
|
||||
class StubIntegration extends CrmAbstractIntegration
|
||||
{
|
||||
public function getName()
|
||||
{
|
||||
return 'Stub';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user