We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aee863 commit 1723248Copy full SHA for 1723248
tests/SnsChannelTest.php
@@ -5,12 +5,12 @@
5
use Illuminate\Contracts\Events\Dispatcher;
6
use Illuminate\Notifications\Events\NotificationFailed;
7
use Illuminate\Notifications\Notification;
8
+use Illuminate\Support\Facades\Notification as NotificationFacade;
9
use Mockery;
10
use NotificationChannels\AwsSns\Sns;
11
use NotificationChannels\AwsSns\SnsChannel;
12
use NotificationChannels\AwsSns\SnsMessage;
13
use PHPUnit\Framework\TestCase;
-use Illuminate\Support\Facades\Notification as NotificationFacade;
14
15
class SnsChannelTest extends TestCase
16
{
0 commit comments