Skip to content

Commit

Permalink
Merge pull request #1 from jeffreyroberts/patch-1
Browse files Browse the repository at this point in the history
Added use statement
  • Loading branch information
ADmad authored Oct 15, 2019
2 parents 2733043 + d881c29 commit 1e2e2eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/Notify/src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
use Cake\Datasource\ConnectionManager;
use Cake\ORM\TableRegistry;
use Phergie\Irc\Bot\React\AbstractPlugin;
use Phergie\Irc\Event\UserEventInterface;
use Phergie\Irc\Bot\React\EventQueueInterface;
use Phergie\Irc\Plugin\React\Command\CommandEvent;

Expand Down

0 comments on commit 1e2e2eb

Please sign in to comment.