@@ -63,7 +63,7 @@ |
||
63 | 63 | |
64 | 64 | private static function getValid($k, $v = null) |
65 | 65 | { |
66 | - if (!array_key_exists($k, self::$config)) { |
|
66 | + if (!array_key_exists($k, self::$config)) { |
|
67 | 67 | throw new Exception('Request to undefined value: ' . $k); |
68 | 68 | } |
69 | 69 |