Skip to content

Commit 5f064c8

Browse files
authored
fix exception
1 parent 0231a05 commit 5f064c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VkChannel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace NotificationChannels\Vk;
44

5-
use NotificationChannels\Epochta\Exceptions\CouldNotSendNotification;
5+
use NotificationChannels\Vk\Exceptions\CouldNotSendNotification;
66
use Illuminate\Notifications\Notification;
77
use Illuminate\Support\Facades\Event;
88
use ATehnix\VkClient\Client;

0 commit comments

Comments
 (0)