11 lines
168 B
PHP
Executable File
11 lines
168 B
PHP
Executable File
<?php
|
|
|
|
namespace Mautic\PluginBundle\Integration;
|
|
|
|
/**
|
|
* Interface UnifiedIntegrationInterface is used for type hinting.
|
|
*/
|
|
interface UnifiedIntegrationInterface
|
|
{
|
|
}
|