[Foundation] fixed a typo

This commit is contained in:
Pascal Borreli 2010-03-09 00:14:31 +00:00 committed by Fabien Potencier
parent ed6ffb502f
commit e182853ef0
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ abstract class Kernel
public function getParameters()
{
return $parameters;
return $this->parameters;
}
public function getDefaultParameters()