Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
markusjwetzel committed Dec 30, 2015
1 parent 85933af commit f83367d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,12 @@ class CommentController

namespace App\Handlers\Events;

use ProAI\Annotations\Annotations as EventHandler;
use ProAI\Annotations\Annotations\Hears;

/**
* Annotation for event binding.
*
* @EventHandler\Hears("UserWasRegistered")
* @Hears("UserWasRegistered")
*/
class SendWelcomeMail
{
Expand Down

0 comments on commit f83367d

Please sign in to comment.