Skip to content

Commit 1ea7448

Browse files
committed
Fix the import name
1 parent 2f8973c commit 1ea7448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InteractsWithConnection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace NotificationChannels\Apn;
44

55
use Exception;
6-
use NotificationChannels\Apn\Exception\ConnectionFailed;
6+
use NotificationChannels\Apn\Exceptions\ConnectionFailed;
77

88
trait InteractsWithConnection
99
{

0 commit comments

Comments
 (0)