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

Commit 543aca2

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/web.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
|
1212
*/
1313

14-
Route::get('push', function () {
14+
Route::get('test', function () {
1515
event(new App\Events\StatusActionEvent('Someone', 'liked'));
1616
return "Event has been sent!";
1717
});

0 commit comments

Comments
 (0)