12 lines
201 B
PHP
Executable File
12 lines
201 B
PHP
Executable File
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace MauticPlugin\GrapesJsBuilderBundle;
|
|
|
|
use Mautic\IntegrationsBundle\Bundle\AbstractPluginBundle;
|
|
|
|
class GrapesJsBuilderBundle extends AbstractPluginBundle
|
|
{
|
|
}
|