laravel-echo
Advanced tools
Comparing version 0.0.21 to 0.0.22
@@ -116,3 +116,3 @@ var classCallCheck = function (instance, Constructor) { | ||
value: function notification(callback) { | ||
return this.listen('.Illuminate.Notifications.Events.DatabaseNotificationCreated', callback); | ||
return this.listen('.Illuminate.Notifications.Events.BroadcastNotificationCreated', callback); | ||
} | ||
@@ -119,0 +119,0 @@ }]); |
{ | ||
"name": "laravel-echo", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"description": "Laravel Echo library for beautiful Pusher integration", | ||
@@ -5,0 +5,0 @@ "main": "dist/echo.js", |
117741