diff --git a/src/Faker/Provider/Color.php b/src/Faker/Provider/Color.php index 66b12ea0..209d7228 100644 --- a/src/Faker/Provider/Color.php +++ b/src/Faker/Provider/Color.php @@ -10,7 +10,7 @@ class Color extends Base protected static $safeColorNames = array( 'black', 'maroon', 'green', 'navy', 'olive', 'purple', 'teal', 'lime', 'blue', 'silver', - 'gray', 'yellow', 'fuchsia', 'aqua', 'white', 'red' + 'gray', 'yellow', 'fuchsia', 'aqua', 'white' ); protected static $allColorNames = array(