Skip to content

Commit d8d2113

Browse files
authored
Merge pull request #66 from mingyoung/patch1
Fix naming.
2 parents 1e63f9d + e4befcd commit d8d2113

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Controllers/EasyWeChatController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class EasyWeChatController extends LaravelController
1717
*/
1818
protected $events = [
1919
'authorized' => Events\Authorized::class,
20-
'unauthorized' => Events\UnAuthorized::class,
20+
'unauthorized' => Events\Unauthorized::class,
2121
'updateauthorized' => Events\UpdateAuthorized::class,
2222
];
2323

File renamed without changes.

0 commit comments

Comments
 (0)