10 lines
159 B
PHP
Executable File
10 lines
159 B
PHP
Executable File
<?php
|
|
|
|
namespace MauticPlugin\MauticClearbitBundle;
|
|
|
|
use Mautic\PluginBundle\Bundle\PluginBundleBase;
|
|
|
|
class MauticClearbitBundle extends PluginBundleBase
|
|
{
|
|
}
|