Skip to content

Commit a08cf3d

Browse files
committed
Supporting Laravel 5.5
1 parent a96b7e7 commit a08cf3d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ All notable changes to `pushmix/laravel-web-notification` will be documented in
1717
- adding CONTRIBUTING.md
1818
- adding LICENSE.md
1919
- adding github/ISSUE_TEMPLATE
20+
21+
## v1.2 - 2019-09-13
22+
23+
- adding support for Laravel 5.5

tests/ChannelTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
use Illuminate\Notifications\AnonymousNotifiable;
1010
use Pushmix\WebNotification\Exceptions\CouldNotSendNotification;
1111

12-
class ChannelTest extends TestCase{
12+
class ChannelTest extends TestCase
13+
{
1314

1415
protected $SUBSCRIPTION_ID = "SUBSCRIPTION_ID";
1516

0 commit comments

Comments
 (0)