Skip to content

Commit

Permalink
Apply fixes from StyleCI (#12)
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
atymic authored Oct 5, 2019
2 parents 9cd4e79 + 2d7aafa commit 3f6af72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 Illuminate\Notifications\Notification;
use Lob\Lob;
use Illuminate\Notifications\Notification;

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 Illuminate\Support\ServiceProvider;
use Lob\Lob;
use Illuminate\Support\ServiceProvider;

class LobServiceProvider extends ServiceProvider
{
Expand Down

0 comments on commit 3f6af72

Please sign in to comment.