Skip to content

Commit

Permalink
fix var
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed May 4, 2015
1 parent eb951b1 commit a1ecb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,4 +278,4 @@ Once the subscriber has been defined, it may be registered with the event dispat

You may also use the [service container](/docs/{{version}}/container) to resolve your subscriber. To do so, simply pass the name of your subscriber to the `subscribe` method:

Event::subscribe('App\Listeners\UserEventHandler');
$events->subscribe('App\Listeners\UserEventHandler');

0 comments on commit a1ecb87

Please sign in to comment.