Renamed a variable
This commit is contained in:
parent
70d12fc57a
commit
4232509427
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ method which returns an array of events it should be subscribed to.
|
|||
Now when you dispatch an event any event subscribers will be notified for that event.
|
||||
|
||||
[php]
|
||||
$evm->dispatchEvent(TestEventSubscriber::preFoo);
|
||||
$evm->dispatchEvent(TestEvent::preFoo);
|
||||
|
||||
Now you can test the `$eventSubscriber` instance to see if the `preFoo()` method was invoked.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue