Skip to content

Commit 3f6af72

Browse files
authored
Apply fixes from StyleCI (#12)
Apply fixes from StyleCI
2 parents 9cd4e79 + 2d7aafa commit 3f6af72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 Illuminate\Notifications\Notification;
65
use Lob\Lob;
6+
use Illuminate\Notifications\Notification;
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 Illuminate\Support\ServiceProvider;
65
use Lob\Lob;
6+
use Illuminate\Support\ServiceProvider;
77

88
class LobServiceProvider extends ServiceProvider
99
{

0 commit comments

Comments
 (0)