Skip to content

Commit

Permalink
chore: style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
atymic authored Mar 7, 2020
1 parent 8d54383 commit ca7a290
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/LobChannel.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace NotificationChannels\Lob;

use Lob\Lob;
use Illuminate\Notifications\Notification;
use Lob\Lob;

class LobChannel
{
Expand Down
2 changes: 1 addition & 1 deletion src/LobServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace NotificationChannels\Lob;

use Lob\Lob;
use Illuminate\Support\ServiceProvider;
use Lob\Lob;

class LobServiceProvider extends ServiceProvider
{
Expand Down
8 changes: 4 additions & 4 deletions tests/ChannelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit ca7a290

Please sign in to comment.