Leuchtfeuer/auth0-for-mautic

View on GitHub
MauticAuth0Bundle.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace MauticPlugin\MauticAuth0Bundle;

use Mautic\PluginBundle\Bundle\PluginBundleBase;
use Symfony\Component\DependencyInjection\ContainerBuilder;

class MauticAuth0Bundle extends PluginBundleBase
{
    public function build(ContainerBuilder $containerBuilder)
    {
    }
}