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