Skip to content
This repository was archived by the owner on Apr 28, 2022. It is now read-only.

Commit b9ec1ba

Browse files
authored
Update web.php
1 parent 543aca2 commit b9ec1ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/web.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313

1414
Route::get('test', function () {
15-
event(new App\Events\StatusActionEvent('Someone', 'liked'));
15+
event(new App\Events\StatusLiked('Guest'));
1616
return "Event has been sent!";
1717
});
1818

0 commit comments

Comments
 (0)