Remove unused BRIGHT_COLORS constant from ConsoleColors
This commit is contained in:
parent
d6e94ce52e
commit
e5b0bb6012
1 changed files with 0 additions and 11 deletions
|
@ -61,15 +61,4 @@
|
||||||
self::LIGHT_GRAY,
|
self::LIGHT_GRAY,
|
||||||
self::WHITE
|
self::WHITE
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
|
||||||
* A list of random usable bright colors
|
|
||||||
*/
|
|
||||||
public const BRIGHT_COLORS = [
|
|
||||||
self::LIGHT_BLUE,
|
|
||||||
self::LIGHT_GREEN,
|
|
||||||
self::LIGHT_CYAN,
|
|
||||||
self::LIGHT_RED,
|
|
||||||
self::LIGHT_PURPLE,
|
|
||||||
];
|
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue