mautic / plugin-helloworld

Hello World plugin built on the Integration framework
13 stars 13 forks source link

Wrong use statement inside HelloWorldBundle.php #2

Closed alfredoct96 closed 4 years ago

alfredoct96 commented 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;