|
@@ -2,10 +2,10 @@ |
|
|
block discarded – undo |
|
2
|
2
|
|
|
3
|
3
|
namespace NotificationChannels\Plivo; |
|
4
|
4
|
|
|
5
|
|
-use NotificationChannels\Plivo\Exceptions\CouldNotSendNotification; |
|
|
5
|
+use Illuminate\Notifications\Notification; |
|
6
|
6
|
use NotificationChannels\Plivo\Events\MessageWasSent; |
|
7
|
7
|
use NotificationChannels\Plivo\Events\SendingMessage; |
|
8
|
|
-use Illuminate\Notifications\Notification; |
|
|
8
|
+use NotificationChannels\Plivo\Exceptions\CouldNotSendNotification; |
|
9
|
9
|
|
|
10
|
10
|
class PlivoChannel |
|
11
|
11
|
{ |
Please login to merge, or discard this patch.