diff --git a/src/LobChannel.php b/src/LobChannel.php index 0e58b14..8bc3863 100644 --- a/src/LobChannel.php +++ b/src/LobChannel.php @@ -2,8 +2,8 @@ namespace NotificationChannels\Lob; -use Lob\Lob; use Illuminate\Notifications\Notification; +use Lob\Lob; class LobChannel { diff --git a/src/LobServiceProvider.php b/src/LobServiceProvider.php index 8370001..71e3c3f 100644 --- a/src/LobServiceProvider.php +++ b/src/LobServiceProvider.php @@ -2,8 +2,8 @@ namespace NotificationChannels\Lob; -use Lob\Lob; use Illuminate\Support\ServiceProvider; +use Lob\Lob; class LobServiceProvider extends ServiceProvider { diff --git a/tests/ChannelTest.php b/tests/ChannelTest.php index 18b0126..8208e88 100644 --- a/tests/ChannelTest.php +++ b/tests/ChannelTest.php @@ -2,14 +2,14 @@ namespace NotificationChannels\Lob\Test; +use Illuminate\Notifications\Notifiable; +use Illuminate\Notifications\Notification; use Lob\Lob; -use Mockery; use Lob\Resource\Postcards; -use PHPUnit\Framework\TestCase; -use Illuminate\Notifications\Notifiable; +use Mockery; use NotificationChannels\Lob\LobChannel; use NotificationChannels\Lob\LobPostcard; -use Illuminate\Notifications\Notification; +use PHPUnit\Framework\TestCase; class ChannelTest extends TestCase {