|
@@ -2,12 +2,12 @@ |
|
|
block discarded – undo |
|
2
|
2
|
|
|
3
|
3
|
namespace NotificationChannels\BearyChat; |
|
4
|
4
|
|
|
5
|
|
-use Illuminate\Support\Str; |
|
6
|
5
|
use ElfSundae\BearyChat\Client; |
|
|
6
|
+use ElfSundae\BearyChat\Laravel\ClientManager; |
|
7
|
7
|
use ElfSundae\BearyChat\Message; |
|
8
|
8
|
use ElfSundae\BearyChat\MessageDefaults; |
|
9
|
9
|
use Illuminate\Notifications\Notification; |
|
10
|
|
-use ElfSundae\BearyChat\Laravel\ClientManager; |
|
|
10
|
+use Illuminate\Support\Str; |
|
11
|
11
|
use NotificationChannels\BearyChat\Exceptions\CouldNotSendNotification; |
|
12
|
12
|
|
|
13
|
13
|
class BearyChatChannel |
Please login to merge, or discard this patch.