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