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