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 a96b7e7 commit a08cf3dCopy full SHA for a08cf3d
CHANGELOG.md
@@ -17,3 +17,7 @@ All notable changes to `pushmix/laravel-web-notification` will be documented in
17
- adding CONTRIBUTING.md
18
- adding LICENSE.md
19
- adding github/ISSUE_TEMPLATE
20
+
21
+## v1.2 - 2019-09-13
22
23
+- adding support for Laravel 5.5
tests/ChannelTest.php
@@ -9,7 +9,8 @@
9
use Illuminate\Notifications\AnonymousNotifiable;
10
use Pushmix\WebNotification\Exceptions\CouldNotSendNotification;
11
12
-class ChannelTest extends TestCase{
+class ChannelTest extends TestCase
13
+{
14
15
protected $SUBSCRIPTION_ID = "SUBSCRIPTION_ID";
16
0 commit comments