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