Skip to content

Commit ca7a290

Browse files
authored
chore: style fixes
1 parent 8d54383 commit ca7a290

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/LobChannel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace NotificationChannels\Lob;
44

5-
use Lob\Lob;
65
use Illuminate\Notifications\Notification;
6+
use Lob\Lob;
77

88
class LobChannel
99
{

src/LobServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace NotificationChannels\Lob;
44

5-
use Lob\Lob;
65
use Illuminate\Support\ServiceProvider;
6+
use Lob\Lob;
77

88
class LobServiceProvider extends ServiceProvider
99
{

tests/ChannelTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
namespace NotificationChannels\Lob\Test;
44

5+
use Illuminate\Notifications\Notifiable;
6+
use Illuminate\Notifications\Notification;
57
use Lob\Lob;
6-
use Mockery;
78
use Lob\Resource\Postcards;
8-
use PHPUnit\Framework\TestCase;
9-
use Illuminate\Notifications\Notifiable;
9+
use Mockery;
1010
use NotificationChannels\Lob\LobChannel;
1111
use NotificationChannels\Lob\LobPostcard;
12-
use Illuminate\Notifications\Notification;
12+
use PHPUnit\Framework\TestCase;
1313

1414
class ChannelTest extends TestCase
1515
{

0 commit comments

Comments
 (0)