Skip to content

Commit

Permalink
Service container
Browse files Browse the repository at this point in the history
  • Loading branch information
bcarroll22 committed Feb 25, 2015
1 parent 99f0e2e commit 80308c3
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 @@ -137,7 +137,7 @@ Once the subscriber has been defined, it may be registered with the `Event` clas

Event::subscribe($subscriber);

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

Event::subscribe('UserEventHandler');

0 comments on commit 80308c3

Please sign in to comment.