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 2f8973c commit 1ea7448Copy full SHA for 1ea7448
src/InteractsWithConnection.php
@@ -3,7 +3,7 @@
3
namespace NotificationChannels\Apn;
4
5
use Exception;
6
-use NotificationChannels\Apn\Exception\ConnectionFailed;
+use NotificationChannels\Apn\Exceptions\ConnectionFailed;
7
8
trait InteractsWithConnection
9
{
0 commit comments