Closed alfredoct96 closed 4 years ago
At the moment the use statement is
use MauticPlugin\IntegrationsBundle\Bundle\AbstractPluginBundle;
It's wrong, must be
use Mautic\IntegrationsBundle\Bundle\AbstractPluginBundle;
At the moment the use statement is
use MauticPlugin\IntegrationsBundle\Bundle\AbstractPluginBundle;
It's wrong, must be
use Mautic\IntegrationsBundle\Bundle\AbstractPluginBundle;