Commit 096d2015 authored by Fabien Potencier's avatar Fabien Potencier

removed obsolete comment

parent a787ee7a
......@@ -450,8 +450,6 @@ class Application extends \Pimple implements HttpKernelInterface, EventSubscribe
*/
static public function getSubscribedEvents()
{
// onKernelView listener is added manually because it has lower priority
return array(
KernelEvents::REQUEST => 'onKernelRequest',
KernelEvents::CONTROLLER => 'onKernelController',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment