Skip to content

Commit f83367d

Browse files
committed
Update README.md
1 parent 85933af commit f83367d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,12 @@ class CommentController
135135

136136
namespace App\Handlers\Events;
137137

138-
use ProAI\Annotations\Annotations as EventHandler;
138+
use ProAI\Annotations\Annotations\Hears;
139139

140140
/**
141141
* Annotation for event binding.
142142
*
143-
* @EventHandler\Hears("UserWasRegistered")
143+
* @Hears("UserWasRegistered")
144144
*/
145145
class SendWelcomeMail
146146
{

0 commit comments

Comments
 (0)