Skip to content

Commit 80308c3

Browse files
committed
Service container
1 parent 99f0e2e commit 80308c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

events.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Once the subscriber has been defined, it may be registered with the `Event` clas
137137

138138
Event::subscribe($subscriber);
139139

140-
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:
140+
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:
141141

142142
Event::subscribe('UserEventHandler');
143143

0 commit comments

Comments
 (0)