Commit daf86055 authored by Fabien Potencier's avatar Fabien Potencier

fixed missing visibility

parent 06b28886
......@@ -269,7 +269,7 @@ class Application extends \Pimple implements HttpKernelInterface, EventSubscribe
$this->handle($request)->send();
}
function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
{
return $this['kernel']->handle($request, $type, $catch);
}
......
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