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