Kaynağa Gözat

[Foundation] fixed a typo

Pascal Borreli 15 yıl önce
ebeveyn
işleme
e182853ef0
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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()