Skip to content

Commit 1723248

Browse files
committed
StyleCI fixes
1 parent 2aee863 commit 1723248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SnsChannelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
use Illuminate\Contracts\Events\Dispatcher;
66
use Illuminate\Notifications\Events\NotificationFailed;
77
use Illuminate\Notifications\Notification;
8+
use Illuminate\Support\Facades\Notification as NotificationFacade;
89
use Mockery;
910
use NotificationChannels\AwsSns\Sns;
1011
use NotificationChannels\AwsSns\SnsChannel;
1112
use NotificationChannels\AwsSns\SnsMessage;
1213
use PHPUnit\Framework\TestCase;
13-
use Illuminate\Support\Facades\Notification as NotificationFacade;
1414

1515
class SnsChannelTest extends TestCase
1616
{

0 commit comments

Comments
 (0)