Skip to content

Commit

Permalink
Merge pull request #1 from mjlogan/master
Browse files Browse the repository at this point in the history
- Changed SmsModel to be the plugin specific model
  • Loading branch information
mjlogan committed Sep 27, 2017
2 parents ef8e7aa + 68dae13 commit ac8fa56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EventListener/CampaignSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
use Mautic\CampaignBundle\Event\CampaignExecutionEvent;
use Mautic\CoreBundle\EventListener\CommonSubscriber;
use Mautic\PluginBundle\Helper\IntegrationHelper;
use Mautic\SmsBundle\Model\SmsModel;
use MauticPlugin\MauticInfoBipSmsBundle\Model\SmsModel;
use MauticPlugin\MauticInfoBipSmsBundle\SmsEvents;

/**
Expand Down

0 comments on commit ac8fa56

Please sign in to comment.