10 lines
134 B
PHP
Executable File
10 lines
134 B
PHP
Executable File
<?php
|
|
|
|
namespace Mautic\ChannelBundle;
|
|
|
|
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
|
|
|
class MauticChannelBundle extends Bundle
|
|
{
|
|
}
|