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