diff --git a/src/Ramcar/NameValue.php b/src/Ramcar/NameValue.php index c368b7c4..99366a8d 100644 --- a/src/Ramcar/NameValue.php +++ b/src/Ramcar/NameValue.php @@ -14,7 +14,7 @@ class NameValue // filter from blacklist foreach(static::COLLECTION as $key => $row) { if (!isset($blacklist[$key])) { - $result[] = $row; + $result[$key] = $row; } }