Ver código fonte

[Foundation] fixed a typo

Pascal Borreli 15 anos atrás
pai
commit
e182853ef0
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/Symfony/Foundation/Kernel.php

+ 1 - 1
src/Symfony/Foundation/Kernel.php

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