Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #4 from Astrotomic/analysis-q1ZE1A
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI

[ci skip] [skip ci]
  • Loading branch information
Gummibeer committed Feb 9, 2017
2 parents e1a2cbf + 52cba6b commit 4bbb176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Notifynder/Senders/EmailSender.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

namespace Astrotomic\Notifynder\Senders;

use Fenos\Notifynder\Traits\SenderCallback;
use Illuminate\Mail\Message;
use Fenos\Notifynder\Traits\SenderCallback;
use Fenos\Notifynder\Contracts\SenderContract;
use Fenos\Notifynder\Contracts\SenderManagerContract;

class EmailSender implements SenderContract
{
use SenderCallback;

/**
* @var array
*/
Expand Down

0 comments on commit 4bbb176

Please sign in to comment.