Skip to content

Commit

Permalink
Merge pull request #2 from rumd3x/hotfix/slack-detached
Browse files Browse the repository at this point in the history
fixed namespaces
  • Loading branch information
rumd3x authored Feb 14, 2019
2 parents 92f9e61 + 88f0350 commit 0245db1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion App/Modules/Core.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
namespace CptmAlerts\Modules;

use Exception;
use Carbon\Carbon;
use Dotenv\Dotenv;

use Monolog\Logger;
use Monolog\Handler\StreamHandler;
use Rumd3x\Slack\Notifier as SlackNotifier;
Expand Down
1 change: 0 additions & 1 deletion App/Modules/Notification/Notifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
namespace CptmAlerts\Modules\Notification;

use Exception;
use Carbon\Carbon;
use Rumd3x\Standards\NotifierInterface;
use Tightenco\Collect\Support\Collection;
use CptmAlerts\Modules\Notification\Factory\NotificationFactoryInterface;
Expand Down

0 comments on commit 0245db1

Please sign in to comment.