summaryrefslogtreecommitdiffstats
path: root/Http/Firewall.php
diff options
context:
space:
mode:
authorJordi Boggiano <j.boggiano@seld.be>2011-06-21 16:34:33 +0200
committerJordi Boggiano <j.boggiano@seld.be>2011-06-21 16:35:14 +0200
commit2ebfd97612d3d5ef4fc6f632b27a242eed8a1f0f (patch)
treecad6341320be8a310f0738564b3d85e311ca2779 /Http/Firewall.php
parenta35825a241b2b0fa0d5c74e7a580ada9bdb70290 (diff)
downloadsymfony-security-2ebfd97612d3d5ef4fc6f632b27a242eed8a1f0f.zip
symfony-security-2ebfd97612d3d5ef4fc6f632b27a242eed8a1f0f.tar.gz
symfony-security-2ebfd97612d3d5ef4fc6f632b27a242eed8a1f0f.tar.bz2
Renamed core.* events to kernel.* and CoreEvents to KernelEvents
Diffstat (limited to 'Http/Firewall.php')
-rw-r--r--Http/Firewall.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/Firewall.php b/Http/Firewall.php
index 774303d..996df29 100644
--- a/Http/Firewall.php
+++ b/Http/Firewall.php
@@ -50,7 +50,7 @@ class Firewall
*
* @param GetResponseEvent $event An GetResponseEvent instance
*/
- public function onCoreRequest(GetResponseEvent $event)
+ public function onKernelRequest(GetResponseEvent $event)
{
if (HttpKernelInterface::MASTER_REQUEST !== $event->getRequestType()) {
return;