10 lines
148 B
PHP
Executable File
10 lines
148 B
PHP
Executable File
<?php
|
|
|
|
namespace Mautic\DynamicContentBundle;
|
|
|
|
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
|
|
|
class MauticDynamicContentBundle extends Bundle
|
|
{
|
|
}
|